This commit is contained in:
yanran200730
2021-12-22 11:52:34 +08:00
parent 7204db7887
commit dc8baff6d3

View File

@@ -102,7 +102,7 @@
moduleId: '', moduleId: '',
showIndex: 1 showIndex: 1
}, },
cateTotal: {}, cateTotal: 0,
isShowAdd: false, isShowAdd: false,
id: '', id: '',
tableData: [] tableData: []
@@ -175,7 +175,6 @@
if (this.id) { if (this.id) {
this.id = '' this.id = ''
this.form.categoryName = '' this.form.categoryName = ''
this.form.moduleId = ''
this.getCateList() this.getCateList()
return false return false