feat: 优化routepack_form
This commit is contained in:
parent
80c07d6ac6
commit
72339aa0f4
|
|
@ -332,9 +332,6 @@ export default {
|
||||||
that.edges = res.edges;
|
that.edges = res.edges;
|
||||||
if(!that.limitedWatch){
|
if(!that.limitedWatch){
|
||||||
that.limitedWatch = true;
|
that.limitedWatch = true;
|
||||||
that.$nextTick(() => {
|
|
||||||
that.$refs.degraDialogs.open();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue