houjie
2023-08-23 1ec4da063b3195f4f46af969a9d170bda2df7c2a
src/views/spare/modules/sparePartScrapRequirement/SpareSelectList.vue
@@ -118,20 +118,20 @@
          width: 150
        },
        {
       /*  {
          title: '辅单位',
          align: 'center',
          dataIndex: 'auxiliaryUnitId_dictText',
          width: 150
        },
        {
        }, */
       /*  {
          title: '换算比例',
          align: 'center',
          width: 100,
          dataIndex: 'conversionRatio'
        }
        } */
      ],
      selectedRowKeys: [],
@@ -190,7 +190,6 @@
      let params = this.getQueryParams()//查询条件
      await getAction(this.url.list, params).then((res) => {
        if (res.success) {
            debugger
          for (let i = 0; i < res.result.records.length; i++) {
            if (this.oldSelectRows.indexOf(res.result.records[i].id) > -1) {
              res.result.records[i].distable = true