ysy 1 年之前
父節點
當前提交
4f0d1567a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/inspectionClassify/components/user-list.vue

+ 1 - 1
src/views/inspectionClassify/components/user-list.vue

@@ -200,7 +200,7 @@
 
       /* 打开编辑弹窗 */
       openAdd() {
-        this.$refs.qualityItemRef.open();
+        this.$refs.qualityItemRef.open(this.categoryLevelId || 12)
       },
 
       openDetail(row) {