部分bug修改

This commit is contained in:
mabo
2021-07-05 17:53:23 +08:00
parent cc1afed902
commit fc393ecd64
6 changed files with 31 additions and 29 deletions

View File

@@ -141,12 +141,14 @@
this.modalVisible = true;
},
edit(v) {
console.log(v);
this.modalType = 1;
this.modalTitle = "编辑";
this.formAdd.id = v.id;
this.formAdd.articleCategoryName = v.articleCategoryName;
this.formAdd.level = v.level;
this.formAdd.parentId = v.parentId;
this.formAdd.sort = v.sort;
this.showParent = false;
this.modalVisible = true;
},