企标法规库-树-重新获取数据问题
This commit is contained in:
+6
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user