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