fix: 校验数据源

This commit is contained in:
taojinlong 2021-11-03 10:36:35 +08:00
parent 34e187792b
commit d7aa576a02

View File

@ -285,7 +285,7 @@ export default {
} else {
this.$error(this.$t(res.message))
}
this.refreshTree()
this.refreshType(data)
}).catch(res => {
this.$error(res.message)
})