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