| | |
| | | width: 150 |
| | | |
| | | }, |
| | | { |
| | | /* { |
| | | title: '辅单位', |
| | | align: 'center', |
| | | dataIndex: 'auxiliaryUnitId_dictText', |
| | | width: 150 |
| | | |
| | | }, |
| | | { |
| | | }, */ |
| | | /* { |
| | | title: '换算比例', |
| | | align: 'center', |
| | | width: 100, |
| | | dataIndex: 'conversionRatio' |
| | | |
| | | } |
| | | } */ |
| | | |
| | | ], |
| | | selectedRowKeys: [], |
| | |
| | | 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 |