fix : 注释log输出
This commit is contained in:
@@ -217,7 +217,6 @@ filterColumns()
|
|||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
const {api, params} = props.tableConfig
|
const {api, params} = props.tableConfig
|
||||||
const queryParmas = {...localData.query, ...params}
|
const queryParmas = {...localData.query, ...params}
|
||||||
console.log("🚀 ~ getList ~ queryParmas:", queryParmas)
|
|
||||||
if (api) {
|
if (api) {
|
||||||
localData.loading = true
|
localData.loading = true
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user