@@ -378,6 +378,12 @@
});
},
+
+ /* 更新visible */
+ updateVisible(value) {
+ this.$emit('update:visible', value);
+ },
handleDel (index) {
this.tableData.splice(index, 1);
@@ -40,7 +40,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="分类层级" prop="categoryType">
- {{ categoryList[ formData.categoryType - 1].label }}
+ {{ categoryList[formData.categoryType - 1].label }}
</el-form-item>