From 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期五, 08 三月 2024 14:19:44 +0800
Subject: [PATCH] qxtj

---
 src/views/doctor/examination/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index 71181a8..3955e5f 100644
--- a/src/views/doctor/examination/index.vue
+++ b/src/views/doctor/examination/index.vue
@@ -146,12 +146,12 @@
               >
             </template>
           </el-table-column>
+          <!--   v-hasPermi="['reservation:reservation:edit']" -->
           <el-table-column label="鎿嶄綔" align="center" width="120px">
             <template slot-scope="scope">
               <el-button
                 size="mini"
-                type="text"
-                v-hasPermi="['reservation:reservation:edit']"
+                type="text"  
                 @click="tongbu(scope.row)"
                 >鍚屾</el-button
               >
@@ -159,7 +159,6 @@
                 :disabled="dis"
                 size="mini"
                 type="text"
-                v-hasPermi="['reservation:reservation:edit']"
                 v-show="
                   scope.row.confirmStatus == '299' ||
                   scope.row.confirmStatus == 288
@@ -170,7 +169,6 @@
               <el-button
                 size="mini"
                 type="text"
-                v-hasPermi="['reservation:reservation:edit']"
                 v-show="
                   scope.row.confirmStatus == '301' ||
                   scope.row.confirmStatus == 288
@@ -510,6 +508,7 @@
           if (res.code == 200) {
             // this.$forceUpdate();
             this.getList();
+            this.xiangmuList = []
             this.$modal.msgSuccess("鎻愪氦鎴愬姛锛�");
           }
         });

--
Gitblit v1.8.0