From 9f60cae5f48606a0cac8fbc2b31ec03f17833ba7 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 18 七月 2024 16:41:43 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/checkAll/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index e6fafd8..0b23eb4 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -229,7 +229,7 @@
             :total="total"
             :page.sync="queryParams.page"
             :limit.sync="queryParams.pageSize"
-            @pagination="getList"
+            @pagination="submitForm"
           />
         </div>
       </div>
@@ -1546,7 +1546,6 @@
     },
     eventchange(data) {
       this.dataText = data;
-      console.log(this.textarea1);
       if (this.textarea1 == null) {
         this.textarea1 = "";
       }
@@ -1703,7 +1702,10 @@
     },
 
     handleCurrentChange(val) {
-      this.handleClick(val);
+      if(val != null){
+        this.handleClick(val);
+      }
+     
     },
 
     // 鐐瑰嚮璇︽儏
@@ -1744,7 +1746,6 @@
                     for (let i = 0; i < this.changedate.length; i++) {
                       this.remark = this.changedate[i].remark;
                     }
-                    console.log(this.changedate);
                     this.changedate.forEach((item) => {
                       // this.remark = item.remark;
                       // item.sons.forEach((item3) => {
@@ -1879,6 +1880,7 @@
             id: this.MsgId,
           };
           getfiedState(data).then((res) => {});
+          this.submitForm()
         });
     },
     handleClose1() {
@@ -1906,7 +1908,6 @@
     //   }
     // },
     change(vale) {
-      // console.log(this.changedate[index].remark);
     },
     determine() {
       let tjNumber = this.tableAll.tjNumber;

--
Gitblit v1.8.0