From 4162d0e6692f3b02a183312d4e7f984a2a4baef5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 21 六月 2024 17:41:14 +0800 Subject: [PATCH] qxtj --- src/views/doctor/check/index.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index cca1013..50a6d96 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -750,6 +750,7 @@ </table> <div slot="footer" class="dialog-footers"> + <!-- v-show="tjStatus == '0'" --> <!-- <el-button type="primary" size="mini" @click="radioChange" @@ -759,7 +760,7 @@ <el-button type="primary" @click="determine" - v-show="tjStatus == '0'" + >鎻� 浜�</el-button > </div> @@ -1040,10 +1041,10 @@ v-hasPermi="['system:notice:add']" v-show="tjStatus == '1'" >浼氳瘖鐢宠</el-button> --> + <!-- v-show="tjStatus == '0'" --> <el-button type="primary" @click="determine" - v-show="tjStatus == '0'" >鎻� 浜�</el-button > </div> @@ -1155,7 +1156,7 @@ import { addBigPositive } from "@/api/doctor/bigPositive"; import { addReplylog, hzHasDept } from "@/api/hosp/replylog"; import { listHzlog, addHzlog, delHzlog, updateHzlog } from "@/api/hosp/hzlog"; -import { listUser } from "@/api/system/user"; +import { getlistUser } from "@/api/system/user"; import { getChildList } from "@/api/system/dept"; export default { dicts: ["sys_user_sex", "sys_yes_no", "tj_result_type", "lj_positive"], @@ -1305,8 +1306,9 @@ methods: { /** 鏌ヨ鐢ㄦ埛鍒楄〃 */ getListUser() { - listUser().then((response) => { - this.userList = response.rows; + + getlistUser().then((response) => { + this.userList = response.data; this.userList.forEach((element) => { const userName = this.$store.state.user.name; if (userName == element.userName) { -- Gitblit v1.8.0