su
su1124
2024-06-21 4e89136677c9fd3dabeffadbfd20fccd6ec42cef
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,9 +1306,9 @@
  methods: {
    /** 查询用户列表 */
    getListUser() {
      listUser().then((response) => {
        this.userList = response.rows;
        console.log(this.userList)
      getlistUser().then((response) => {
        this.userList = response.data;
        this.userList.forEach((element) => {
          const userName = this.$store.state.user.name;
          if (userName == element.userName) {