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