huang_an 2 жил өмнө
parent
commit
a45ad94917

+ 5 - 0
src/views/ledgerAssets/equipment/edit.vue

@@ -990,10 +990,15 @@
     },
     },
     methods: {
     methods: {
       async getCxList(e) {
       async getCxList(e) {
+        this.zcInfo.factoryRoomId4 = '';
+        this.zcInfo.factoryRoomId5 = '';
         const data = await listFactoryLine([e]);
         const data = await listFactoryLine([e]);
         this.cxList = data;
         this.cxList = data;
       },
       },
       async returnItem1(item) {
       async returnItem1(item) {
+        this.zcInfo.factoryRoomId3 = '';
+        this.zcInfo.factoryRoomId4 = '';
+        this.zcInfo.factoryRoomId5 = '';
         const data = await listWorkshopByParentId(item.id);
         const data = await listWorkshopByParentId(item.id);
 
 
         this.zjList = data;
         this.zjList = data;