修复文件接引
This commit is contained in:
parent
9b4c7b7107
commit
299b832c11
|
@ -138,7 +138,7 @@ export default {
|
||||||
for (let key in res.result) {
|
for (let key in res.result) {
|
||||||
this.modeList.push({ id: key, value: key, children: res.result[key] })
|
this.modeList.push({ id: key, value: key, children: res.result[key] })
|
||||||
}
|
}
|
||||||
console.log('sfaf', this.modeList)
|
if (this.modeList.length > 0) handleTypeChange(this.modeList[0].id)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
@ -152,6 +152,9 @@ export default {
|
||||||
for (let key in tableArr.children) {
|
for (let key in tableArr.children) {
|
||||||
this.tableNameList.push({ id: tableArr.children[key], value: tableArr.children[key] })
|
this.tableNameList.push({ id: tableArr.children[key], value: tableArr.children[key] })
|
||||||
}
|
}
|
||||||
|
if (this.tableNameList.length > 0) {
|
||||||
|
this.queryParam.tableName = this.tableNameList[0].id
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onChangeTime(date, dateString) {
|
onChangeTime(date, dateString) {
|
||||||
if (date.length == 0) {
|
if (date.length == 0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user