|
|
@@ -539,6 +539,7 @@ export default {
|
|
|
initHistorySelectOrg() {
|
|
|
if (this.value && this.value.length > 0) {
|
|
|
let initHistorySelectOrgs = [];
|
|
|
+ this.boundOrgsClone=[];
|
|
|
let tempBoundOrgIds = [];
|
|
|
this.value.forEach((x) => {
|
|
|
let tempOrgIndex = this.orgs.findIndex((y) => y.id == x);
|
|
|
@@ -553,7 +554,6 @@ export default {
|
|
|
this.currentTempList = JSON.parse(
|
|
|
JSON.stringify(initHistorySelectOrgs)
|
|
|
);
|
|
|
- console.log("initHistorySelectOrg", this.currentTempList, new Date());
|
|
|
} else {
|
|
|
this.currentTempList = [];
|
|
|
this.boundOrgIds = [];
|