fix 80239

This commit is contained in:
赵霄
2024-02-04 09:29:29 +08:00
parent 866b9b8432
commit af3054a04d
@@ -113,6 +113,8 @@ export default {
if (res.success) {
this.data = Object.assign({}, res.result)
this.treeToArr([this.data], null, this.defaultNodeNameList)
}else {
this.$message.warning(res.message)
}
}).finally(() => {
this.loading = false