fix: asset弹框bug修复、列表关联弹框bug修复
1.asset弹框部分bug修复 2.关联弹框bug修复
This commit is contained in:
@@ -208,9 +208,9 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
show(show,isEdit) {
|
||||
show(show, isEdit) {
|
||||
this.rightBox.show = show;
|
||||
this.rightBox.isEdit=isEdit
|
||||
this.rightBox.isEdit = isEdit;
|
||||
},
|
||||
|
||||
/*关闭弹框*/
|
||||
@@ -230,6 +230,7 @@
|
||||
this.$message({duration: 1000, type: 'success', message: this.$t("tip.saveSuccess")});
|
||||
this.$store.commit('moduleListChange');
|
||||
this.rightBox.show = false;
|
||||
this.$emit('reload');
|
||||
} else {
|
||||
this.$message.error(response.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user