This commit is contained in:
2024-05-24 15:05:18 +08:00
parent 29c09370b0
commit 08e61a0df2

View File

@ -29,7 +29,6 @@
<el-option v-for="item in parentDictCodelist" :key="item.dictValue" :label="item.dictLabel"
:value="item.dictValue">
</el-option>
<!-- <el-option label="出院后" value="AFTER_DISCHARGE" />
<el-option label="入院后" value="AFTER_ADMISSION" />
<el-option label="就诊后" value="AFTER_CONSULTATION" />
@ -374,14 +373,8 @@ export default {
changelisy() {
list(this.parentDictCode).then((res) => {
this.parentDictCodelist = res.rows;
res.rows.forEach((e) => {
this.lists.forEach((el) => {
el.routeNodeName = e.dictLabel;
});
});
});
},
infolist() {
var dictType = "suit_range";
getAgencytype(dictType).then((res) => {