소스 검색

设备台账传参

yijing 1 년 전
부모
커밋
36d1f757d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/ledgerAssets/equipment/edit.vue

+ 1 - 1
src/views/ledgerAssets/equipment/edit.vue

@@ -404,7 +404,7 @@
             par.deviceLocationName = par.location
               ? par.location.toString()
               : '';
-            par.extInfo = { ...this.form };
+            // par.extInfo = { ...this.form };
             let obj = {};
             par.extInfoSelf.forEach((item) => {
               obj[item.key] = item.value;