提交 e1ea28f0 编写于 作者: zhentian.jia's avatar zhentian.jia

反选状态

上级 d1b9ac6a
...@@ -2042,6 +2042,7 @@ export default { ...@@ -2042,6 +2042,7 @@ export default {
tableStatus.forEach(row => { tableStatus.forEach(row => {
let idList = []; let idList = [];
idList[0] = row.id; idList[0] = row.id;
//console.log('this.changedOrganization2',this.changedOrganization2);
let intersect = operationData.getIntersect(idList,this.changedOrganization); let intersect = operationData.getIntersect(idList,this.changedOrganization);
let intersect2 = operationData.getIntersect(idList,this.changedOrganization2); let intersect2 = operationData.getIntersect(idList,this.changedOrganization2);
//debugger; //debugger;
...@@ -2096,10 +2097,7 @@ export default { ...@@ -2096,10 +2097,7 @@ export default {
this.lookedOrganization, this.lookedOrganization,
idList idList
); );
this.changedOrganization2 = operationData.getDifference(
this.lookedOrganization,
this.changedOrganization
);
//console.log('全部看过的:',this.lookedOrganization); //console.log('全部看过的:',this.lookedOrganization);
if (vm.checkTableState.multipleOrganization === "") { if (vm.checkTableState.multipleOrganization === "") {
this.initOrganizationChoose(); this.initOrganizationChoose();
...@@ -2362,10 +2360,10 @@ export default { ...@@ -2362,10 +2360,10 @@ export default {
this.lookedPerson, this.lookedPerson,
idList idList
); );
this.changedPerson2 = operationData.getDifference( // this.changedPerson2 = operationData.getDifference(
this.lookedPerson, // this.lookedPerson,
this.changedPerson // this.changedPerson
); // );
//console.log('全部看过的:',this.lookedPerson); //console.log('全部看过的:',this.lookedPerson);
if (vm.checkTableState.multiplePerson === "") { if (vm.checkTableState.multiplePerson === "") {
this.initPeopleChoose(); this.initPeopleChoose();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册