调整区段回车问题
This commit is contained in:
parent
7833afa1fd
commit
b735cd5b06
@ -413,7 +413,6 @@ class SkinCode extends defaultStyle {
|
||||
block: false // 封锁显示
|
||||
}
|
||||
};
|
||||
|
||||
this[deviceType.Line] = {
|
||||
lineColor: '#FFFFFF' // 线条颜色
|
||||
};
|
||||
|
@ -220,8 +220,8 @@ export default {
|
||||
}
|
||||
},
|
||||
typeChange(type) { // 根据类型来选择功能按钮列表
|
||||
this.$refs.dataform && this.$refs.dataform.resetFields();
|
||||
this.$refs.make && this.$refs.make.resetFields();
|
||||
this.$refs.dataform && this.$refs.dataform.resetFields();
|
||||
this.$refs.make && this.$refs.make.resetFields();
|
||||
this.addModel.automaticRouteCode = '';
|
||||
this.addModel.cycleCode = '';
|
||||
this.addModel.concentrateStationList = '';
|
||||
|
@ -1203,6 +1203,7 @@ export default {
|
||||
);
|
||||
models = [...models, ...deleteObjAssociatedSection];
|
||||
_that.$emit('updateMapModel', models);
|
||||
this.clear();
|
||||
_that.deviceSelect();
|
||||
})
|
||||
.catch(error => {
|
||||
|
Loading…
Reference in New Issue
Block a user