|
@@ -334,8 +334,8 @@ export default {
|
|
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
|
clear(event) {
|
|
clear(event) {
|
|
|
- console.log("clear",event)
|
|
|
|
|
- event.stopPropagation();
|
|
|
|
|
|
|
+ // console.log("clear",event)
|
|
|
|
|
+ // event.stopPropagation();
|
|
|
this.currentTempList = [];
|
|
this.currentTempList = [];
|
|
|
this.boundOrgsClone = [];
|
|
this.boundOrgsClone = [];
|
|
|
this.$emit("selectNode", []);
|
|
this.$emit("selectNode", []);
|