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

Merge branch 'dev-eduadmin-20190222' into 'release'

Dev eduadmin 20190222



See merge request !14
...@@ -2148,15 +2148,13 @@ export default { ...@@ -2148,15 +2148,13 @@ 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 === "") {
if (intersect.length == 0) { if (intersect.length == 0) {
this.initOrganizationStatus(); this.initOrganizationStatus();
} }
// this.initOrganizationChoose();
} else if (vm.checkTableState.multipleOrganization === true) { } else if (vm.checkTableState.multipleOrganization === true) {
let intersect2 = operationData.getIntersect( let intersect2 = operationData.getIntersect(
idList, idList,
...@@ -2167,6 +2165,10 @@ export default { ...@@ -2167,6 +2165,10 @@ export default {
this.$refs.multipleOrganization.toggleAllSelection(); this.$refs.multipleOrganization.toggleAllSelection();
} }
} }
// this.changedOrganization2 = operationData.getDifference(
// this.lookedOrganization,
// this.changedOrganization
// );
} }
}); });
}, },
...@@ -2508,9 +2510,10 @@ export default { ...@@ -2508,9 +2510,10 @@ export default {
updateOrganizationAndPerson(allSelectedKeys) { updateOrganizationAndPerson(allSelectedKeys) {
this.tableOrganization = []; this.tableOrganization = [];
this.tablePerson = []; this.tablePerson = [];
// this.lookedOrganization = []; this.$refs.multipleOrganization.clearSelection();
// this.changedOrganization = []; this.lookedOrganization = [];
// this.changedOrganization2 = []; this.changedOrganization = [];
this.changedOrganization2 = [];
// this.lookedPerson = []; // this.lookedPerson = [];
// this.changedPerson = []; // this.changedPerson = [];
// this.changedPerson2 = []; // this.changedPerson2 = [];
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册