| @@ -1253,6 +1253,7 @@ export default { | |||||
| this.curWatchPointId = null; | this.curWatchPointId = null; | ||||
| this.defaultCheckedArr = []; | this.defaultCheckedArr = []; | ||||
| this.resolve(this.origialTree); | this.resolve(this.origialTree); | ||||
| this.resetGraph(); | |||||
| }, | }, | ||||
| /** | /** | ||||
| * delete new watchpoint | * delete new watchpoint | ||||
| @@ -1413,7 +1414,6 @@ export default { | |||||
| param: '', | param: '', | ||||
| pending: true, | pending: true, | ||||
| }); | }); | ||||
| this.resetGraph(); | |||||
| } | } | ||||
| this.curWatchPointId = ''; | this.curWatchPointId = ''; | ||||
| }, | }, | ||||
| @@ -2865,6 +2865,7 @@ export default { | |||||
| } | } | ||||
| .select-inner-input { | .select-inner-input { | ||||
| width: calc(100% - 130px); | width: calc(100% - 130px); | ||||
| min-width:70px; | |||||
| margin: 2px 4px; | margin: 2px 4px; | ||||
| display: inline-block; | display: inline-block; | ||||
| } | } | ||||