From 084a948017ab84c48241082adba96ca1da1b9857 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 14 九月 2023 11:30:00 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/check/index.vue |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 18c1cd1..d6ffdf4 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -129,7 +129,8 @@
           </el-radio-group>
         </div>
       </template>
-      <el-table v-loading="loading" :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px">
+      <el-table v-loading="loading" :data="proParentList.sons" border height="460px"
+        style="width: 96%; margin: 10px 10px">
         <el-table-column prop="project.proName" label="妫�娴嬮」鐩�" width="150">
           <!-- <template slot-scope="scope">
             {{ scope.row.project.proName }}
@@ -433,8 +434,8 @@
       // this.$refs.aaa.open = true;
       // this.$refs.aaa.getList();
     },
-   // 瑙勫垯
-   handleguize(row) {
+    // 瑙勫垯
+    handleguize(row) {
       this.row = row
       this.$refs.aaa.open = true;
       this.$refs.aaa.title = "璇婃柇缁撴灉缁撹";
@@ -511,8 +512,8 @@
       this.submitForm();
     },
 
-   // 鐐瑰嚮璇︽儏
-   handleClick(row) {
+    // 鐐瑰嚮璇︽儏
+    handleClick(row) {
       this.loading = true;
       this.drawer = true;
       this.tableAll = row;
@@ -618,6 +619,11 @@
         .then(() => {
           // 浣撴鍙�
           let tjNumber = this.tableAll.tjNumber;
+          this.userList.forEach(item => {
+            if (this.doctorName == item.nickName) {
+              this.doctorName = item.userId
+            }
+          })
           this.proParentList.sons.forEach((item) => {
             if (this.rows) {
               this.rows.forEach((item1) => {
@@ -769,6 +775,11 @@
     determine() {
       // 浣撴鍙�
       let tjNumber = this.tableAll.tjNumber;
+      this.userList.forEach(item => {
+        if (this.doctorName == item.nickName) {
+          this.doctorName = item.userId
+        }
+      })
       this.proParentList.sons.forEach((item) => {
         if (this.rows) {
           this.rows.forEach((item1) => {

--
Gitblit v1.8.0