Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test_new
This commit is contained in:
commit
8ed963fddb
@ -271,7 +271,7 @@ export default {
|
||||
</script>
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
.schema {
|
||||
z-index: 360;
|
||||
z-index: 36;
|
||||
display: inline;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
|
@ -127,6 +127,11 @@ export default {
|
||||
return form;
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
'$store.state.map.deleteCount': function (val) {
|
||||
this.deleteObj();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
deviceChange(code) {
|
||||
this.$emit('setCenter', code);
|
||||
|
@ -213,9 +213,11 @@ export default {
|
||||
if (this.activeName === 'first') {
|
||||
this.$refs.dataform.resetFields();
|
||||
this.editModel.type = type;
|
||||
this.editModel._type = type;
|
||||
} else {
|
||||
this.$refs.make.resetFields();
|
||||
this.addModel.type = type;
|
||||
this.addModel._type = type;
|
||||
}
|
||||
},
|
||||
hover(field) {
|
||||
|
@ -101,13 +101,6 @@ export default {
|
||||
});
|
||||
|
||||
return rules;
|
||||
},
|
||||
createRules() {
|
||||
return {
|
||||
standCode: [
|
||||
{ required: true, message: this.$t('rules.stationCode'), trigger: 'change' }
|
||||
]
|
||||
};
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
@ -134,7 +134,7 @@ export default {
|
||||
this.actionInfoList.push({id: element.id, isClose: true, memberName: memberName});
|
||||
break;
|
||||
}
|
||||
case 'Command':
|
||||
case 'Operation':
|
||||
{
|
||||
// const command = CommandHandler.getScriptDefinition(element.operationType);
|
||||
const commandName = element.operationType;
|
||||
|
Loading…
Reference in New Issue
Block a user