shaun-sheep 5 년 전
부모
커밋
2479567160
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/components/dialogs/list/batchDialog.vue

+ 1 - 2
src/components/dialogs/list/batchDialog.vue

@@ -203,7 +203,7 @@
                 checkedCities: [],//选择的项,单项
                 firm: [
                     {
-                    name: "品牌型号",
+                    name: "生产厂家/品牌型号",
                     code: "DPManufacturerID",
                     num: 2,
                 }, {
@@ -426,7 +426,6 @@
                     }))
                     //    2:多选数据
                     let arr2 = this.deepCopy(arr).map(item => ({
-                        ...Id,
                         ...item,
                         LedgerParam: {...multiple}
                     }))