|
|
|
@ -402,20 +402,20 @@ export default {
|
|
|
|
|
// mydict: (state) => state.user.mydict,
|
|
|
|
|
}),
|
|
|
|
|
},
|
|
|
|
|
watch:{
|
|
|
|
|
tableData:{
|
|
|
|
|
handler(newData,oldData){
|
|
|
|
|
newData.map((item)=>{
|
|
|
|
|
if(item.isPoint == 1) {
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.$refs.multipleTable.toggleRowSelection(item,false);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
deep:true,
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// watch:{
|
|
|
|
|
// tableData:{
|
|
|
|
|
// handler(newData,oldData){
|
|
|
|
|
// newData.map((item)=>{
|
|
|
|
|
// if(item.isPoint == 1) {
|
|
|
|
|
// this.$nextTick(() => {
|
|
|
|
|
// this.$refs.multipleTable.toggleRowSelection(item,false);
|
|
|
|
|
// });
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// },
|
|
|
|
|
// deep:true,
|
|
|
|
|
// }
|
|
|
|
|
// },
|
|
|
|
|
methods: {
|
|
|
|
|
// 返回上一步
|
|
|
|
|
selectFirm(){
|
|
|
|
@ -423,15 +423,6 @@ export default {
|
|
|
|
|
this.nextStep = false;
|
|
|
|
|
this.filtrate();
|
|
|
|
|
this.nextText = "下一步";
|
|
|
|
|
// this.multipleSelection.forEach((_item)=>{
|
|
|
|
|
// this.tableData.map((item)=>{
|
|
|
|
|
// if(_item.uscCode == item.uscCode){
|
|
|
|
|
// this.$nextTick(() => {
|
|
|
|
|
// this.$refs.multipleTable.toggleRowSelection(item);
|
|
|
|
|
// });
|
|
|
|
|
// }
|
|
|
|
|
// })
|
|
|
|
|
// })
|
|
|
|
|
this.multipleSelection.map((item)=>{
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.$refs.multipleTable.toggleRowSelection(item);
|
|
|
|
@ -559,7 +550,6 @@ export default {
|
|
|
|
|
let count = 0;
|
|
|
|
|
let data = await this.$api.yingji.bPlanEnterpriseList();
|
|
|
|
|
this.selectList = data.data;
|
|
|
|
|
// console.log(data)
|
|
|
|
|
data.data.map((item) => {
|
|
|
|
|
item["uscCode"] = item.enterpriseId;
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|