企标法规库-树-重新获取数据问题

This commit is contained in:
zyn
2023-11-03 16:07:27 +08:00
parent 5fb54c8959
commit 96901b1cbb
@@ -3032,7 +3032,8 @@ export default {
_this: this
}, res => {
if (res.ok) {
this.selectMenuListNew()
// this.selectMenuListNew()
this.getTreeAsync()
this.productModal = false
this.productModelAdd = {
// 模态框信息
@@ -3052,7 +3053,8 @@ export default {
this.$http.putData('sarResource/ts-resource', this.productModelAdd, {
_this: this
}, res => {
this.selectMenuListNew()
// this.selectMenuListNew()
this.getTreeAsync()
this.productModal = false
this.productModelAdd = {
// 模态框信息
@@ -3210,7 +3212,8 @@ export default {
message: "删除成功"
})
this.getBussionStandTable()
this.selectMenuListNew()
// this.selectMenuListNew()
this.getTreeAsync()
} else {
this.$message({
type: 'warning',