소스 검색

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend into dev

ysy 2 년 전
부모
커밋
1cdfa3956d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/ItemInformation/components/Dialog-item.vue

+ 1 - 1
src/views/ItemInformation/components/Dialog-item.vue

@@ -263,7 +263,7 @@
         this.dialogVisible = true;
         await this.handleTree(0);
         //默认物品类别===》生产设备
-        this.formData.categoryLevelId = '4';
+        this.formData.categoryLevelId = '9';
         this.formData.code1 = 'W1';
       },
       handleClose() {