ysy 1 year ago
parent
commit
4f0d1567a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inspectionClassify/components/user-list.vue

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

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