Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
e765b14973
@ -199,7 +199,7 @@
|
||||
width="900px"
|
||||
append-to-body
|
||||
>
|
||||
|
||||
|
||||
<el-descriptions title="触发条件"> </el-descriptions>
|
||||
<el-form
|
||||
ref="updataform"
|
||||
@ -226,7 +226,7 @@
|
||||
<el-option label="等于" value="EQUAL_TO" />
|
||||
<el-option label="不等于" value="NOT_EQUAL_TO" />
|
||||
</el-select>
|
||||
|
||||
|
||||
<el-input
|
||||
v-model="updataform.triggerConditionValue"
|
||||
style="width: 300px"
|
||||
@ -317,7 +317,6 @@ export default {
|
||||
this.form.routeName = this.$route.query.routeName;
|
||||
this.form.id = this.$route.query.id;
|
||||
this.updata.parentRouteId = this.$route.query.id;
|
||||
|
||||
this.form.diseaseTypeName = this.$route.query.diseaseTypeName;
|
||||
this.info();
|
||||
this.infolist();
|
||||
@ -760,4 +759,4 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user