|
@@ -456,7 +456,7 @@ import { number } from 'echarts';
|
|
this.page.total = res.data.total;
|
|
this.page.total = res.data.total;
|
|
// 切换选中状态
|
|
// 切换选中状态
|
|
Array.isArray(this.tableData) && this.tableData.map(item => {
|
|
Array.isArray(this.tableData) && this.tableData.map(item => {
|
|
- item.selected = item.zyh == currentFromZyh ? !item.selected : false
|
|
|
|
|
|
+ item.selected = item.zyh == currentFromZyh ? true : false
|
|
})
|
|
})
|
|
}).catch( e =>{
|
|
}).catch( e =>{
|
|
console.log(e);
|
|
console.log(e);
|