fix: asset弹框bug修复、列表关联弹框bug修复

1.asset弹框部分bug修复
2.关联弹框bug修复
This commit is contained in:
chenjinsong
2020-01-06 20:57:49 +08:00
parent e866023fe3
commit caeb1c0a84
11 changed files with 310 additions and 389 deletions

View File

@@ -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);
}