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) {