调整区段回车问题

This commit is contained in:
zyy 2020-05-14 16:43:55 +08:00
parent 7833afa1fd
commit b735cd5b06
3 changed files with 3 additions and 3 deletions

View File

@ -413,7 +413,6 @@ class SkinCode extends defaultStyle {
block: false // 封锁显示 block: false // 封锁显示
} }
}; };
this[deviceType.Line] = { this[deviceType.Line] = {
lineColor: '#FFFFFF' // 线条颜色 lineColor: '#FFFFFF' // 线条颜色
}; };

View File

@ -220,8 +220,8 @@ export default {
} }
}, },
typeChange(type) { // typeChange(type) { //
this.$refs.dataform && this.$refs.dataform.resetFields(); this.$refs.dataform && this.$refs.dataform.resetFields();
this.$refs.make && this.$refs.make.resetFields(); this.$refs.make && this.$refs.make.resetFields();
this.addModel.automaticRouteCode = ''; this.addModel.automaticRouteCode = '';
this.addModel.cycleCode = ''; this.addModel.cycleCode = '';
this.addModel.concentrateStationList = ''; this.addModel.concentrateStationList = '';

View File

@ -1203,6 +1203,7 @@ export default {
); );
models = [...models, ...deleteObjAssociatedSection]; models = [...models, ...deleteObjAssociatedSection];
_that.$emit('updateMapModel', models); _that.$emit('updateMapModel', models);
this.clear();
_that.deviceSelect(); _that.deviceSelect();
}) })
.catch(error => { .catch(error => {