|
|
|
@ -1659,7 +1659,8 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(flag1){
|
|
|
|
if(flag1){
|
|
|
|
let pcIds = this.ids.join(',')
|
|
|
|
this.ids.sort((a, b) => a - b); // 升序排序
|
|
|
|
|
|
|
|
let pcIds = this.ids.join(',');
|
|
|
|
let pcNames = pingceList1.map(item => item.pcName);
|
|
|
|
let pcNames = pingceList1.map(item => item.pcName);
|
|
|
|
this.drwScpfzhForm = {
|
|
|
|
this.drwScpfzhForm = {
|
|
|
|
deptId: null,
|
|
|
|
deptId: null,
|
|
|
|
@ -1706,6 +1707,7 @@ export default {
|
|
|
|
this.drwScpfzhInfo.open = true;
|
|
|
|
this.drwScpfzhInfo.open = true;
|
|
|
|
this.drwScpfzhInfo.ids = [];
|
|
|
|
this.drwScpfzhInfo.ids = [];
|
|
|
|
if(this.ids.length>0){
|
|
|
|
if(this.ids.length>0){
|
|
|
|
|
|
|
|
this.ids.sort((a, b) => a - b); // 升序排序
|
|
|
|
this.drwScpfzhInfo.queryParams.pcIds = this.ids.join(',');
|
|
|
|
this.drwScpfzhInfo.queryParams.pcIds = this.ids.join(',');
|
|
|
|
}else {
|
|
|
|
}else {
|
|
|
|
this.drwScpfzhInfo.queryParams.pcIds = null
|
|
|
|
this.drwScpfzhInfo.queryParams.pcIds = null
|
|
|
|
|