范围属性变更成功后不自动打开户编辑弹框
Showing
1 changed file
with
7 additions
and
2 deletions
... | @@ -974,9 +974,14 @@ export default { | ... | @@ -974,9 +974,14 @@ export default { |
974 | fwsxbgbl(params) | 974 | fwsxbgbl(params) |
975 | .then((res) => { | 975 | .then((res) => { |
976 | if (res.code == 200) { | 976 | if (res.code == 200) { |
977 | console.log('成功'); | 977 | this.$message({ |
978 | message: '变更成功', | ||
979 | type: "success", | ||
980 | }); | ||
978 | this.getLpb(this.zrzbsm,this.scyclx); | 981 | this.getLpb(this.zrzbsm,this.scyclx); |
979 | this.dbclick(this.chData.bsm); | 982 | // this.$nextTick(()=>{ |
983 | // this.dbclick(this.chData.bsm); | ||
984 | // }) | ||
980 | } else { | 985 | } else { |
981 | this.$message({ | 986 | this.$message({ |
982 | message: res.message, | 987 | message: res.message, | ... | ... |
-
Please register or sign in to post a comment