fix: asset弹框bug修复、列表关联弹框bug修复
1.asset弹框部分bug修复 2.关联弹框bug修复
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
this.rightBox.show = false;
|
||||
this.$store.commit('projectListChange');
|
||||
this.$store.commit('setProject', this.project);
|
||||
this.$emit('reload');
|
||||
} else {
|
||||
this.$message.error(response.msg);
|
||||
}
|
||||
@@ -107,7 +108,7 @@
|
||||
saveOrToEdit: function() {
|
||||
if (!this.rightBox.isEdit) {
|
||||
this.rightBox.isEdit = true;
|
||||
this.rightBox.title = this.$t("project.module.editProject") + " ID:" + this.project.id;
|
||||
this.rightBox.title = this.$t("project.project.editProject") + " ID:" + this.project.id;
|
||||
} else {
|
||||
this.save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user