Merge pull request #802 from flipped-aurora/update

fix:798:数据库列表候选丢失
This commit is contained in:
奇淼(piexlmax
2021-11-14 22:48:10 +08:00
committed by GitHub

View File

@@ -189,6 +189,7 @@ export default {
})
this.dictOptions = dictRes.data.list
this.getDict()
},
methods: {
autoFill() {
@@ -200,6 +201,9 @@ export default {
this.middleDate.dataTypeLong = ''
this.middleDate.fieldSearchType = ''
this.middleDate.dictType = ''
this.getDict()
},
async getDict() {
if (this.middleDate.fieldType) {
this.dbfdOptions = await getDict(this.middleDate.fieldType)
}