diff --git a/ruoyi-ui/src/views/jxjs/jdcx/index.vue b/ruoyi-ui/src/views/jxjs/jdcx/index.vue index 7b29565fb..0fc4bb327 100644 --- a/ruoyi-ui/src/views/jxjs/jdcx/index.vue +++ b/ruoyi-ui/src/views/jxjs/jdcx/index.vue @@ -7,24 +7,21 @@ v-show="showSearch" label-width="68px" > - - - - + + + + - + + + 搜索 @@ -59,7 +56,7 @@ - + @@ -249,6 +246,7 @@ import { import { listJxzxpxfa } from "@/api/jxjs/jxzxpxfa"; import { listJxjsjbxx, getJxjsjbxx } from "@/api/jxjs/jxjsjbxx"; +import { listJdx } from "@/api/jxjs/jdx"; export default { name: "Jdcx", @@ -277,6 +275,8 @@ export default { dqztOptions: [], // 基地校审核意见字典 jdxshztOptions: [], + //基地校 + jdxOptions: [], // 区级审核状态字典 qjshztOptions: [], // 区级审核意见字典 @@ -352,6 +352,7 @@ export default { }, created() { this.getFaList(); + this.getJdxList(); this.getList(); this.getJsList(); this.getDicts("sys_dm_shzt").then((response) => { @@ -368,6 +369,11 @@ export default { // }); }, methods: { + getJdxList() { + listJdx(null).then((response) => { + this.jdxOptions = response.rows; + }); + }, // 字典翻译 faFormat(row, column) { // return this.selectDictLabel(this.classOptions, row.classid);