qushaowei
2023-09-05 0c1d6c84ba3e7b25086c3c0c7b2f334cb0a103e0
src/views/spare/modules/sparePartScrapRequirement/SpareSelectList.vue
@@ -118,19 +118,20 @@
          width: 150
        },
        {
       /*  {
          title: '辅单位',
          align: 'center',
          dataIndex: 'auxiliaryUnitId_dictText',
          width: 150
        },
        {
        }, */
       /*  {
          title: '换算比例',
          align: 'center',
          width: 100,
          dataIndex: 'conversionRatio'
        }
        } */
      ],
      selectedRowKeys: [],
@@ -189,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