调整区段回车问题
This commit is contained in:
parent
7833afa1fd
commit
b735cd5b06
@ -413,7 +413,6 @@ class SkinCode extends defaultStyle {
|
|||||||
block: false // 封锁显示
|
block: false // 封锁显示
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this[deviceType.Line] = {
|
this[deviceType.Line] = {
|
||||||
lineColor: '#FFFFFF' // 线条颜色
|
lineColor: '#FFFFFF' // 线条颜色
|
||||||
};
|
};
|
||||||
|
@ -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 = '';
|
||||||
|
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user