From f1bd530bc3fcfc006426ebd2e79d0b09c31ba41f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 24 六月 2025 16:34:47 +0800
Subject: [PATCH] 1

---
 src/views/hosp/advicerules/index.vue |   13 ++++++++-----
 src/views/system/info/index.vue      |   16 ++++++++++++++--
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/src/views/hosp/advicerules/index.vue b/src/views/hosp/advicerules/index.vue
index 73feb2a..b61755d 100644
--- a/src/views/hosp/advicerules/index.vue
+++ b/src/views/hosp/advicerules/index.vue
@@ -88,10 +88,10 @@
           v-hasPermi="['hosp:advicerules:export']">瀵煎嚭
         </el-button>
       </el-col> -->
-      <right-toolbar
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-row :gutter="20" style="display: flex">
@@ -667,6 +667,7 @@
         this.total = response.total;
         this.loading = false;
       }); */
+      
       getTjProAdvicerulesKsList().then((response) => {
         this.deptOptions = response.data.map((name, index) => {
           return {
@@ -684,6 +685,8 @@
     getListByXmId() {
       this.loading = true;
       listAdvicerules(this.queryParams).then((response) => {
+        console.log(response,123456);
+        
         response.rows.forEach((item, index) => {
           item.newID =
             (this.queryParams.pageNum - 1) * this.queryParams.pageSize +
@@ -757,7 +760,7 @@
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
       this.queryParams.pageNum = 1;
-      this.getList();
+      this.getListByXmId();
     },
     handlecharge() {
       this.querycharge.pageNum = 1;
@@ -862,13 +865,13 @@
             updateAdvicerules(this.form).then((response) => {
               this.$modal.msgSuccess("淇敼鎴愬姛");
               this.open = false;
-              this.getList();
+              this.getListByXmId();
             });
           } else {
             addAdvicerules(this.form).then((response) => {
               this.$modal.msgSuccess("鏂板鎴愬姛");
               this.open = false;
-              this.getList();
+              this.getListByXmId();
             });
           }
         }
diff --git a/src/views/system/info/index.vue b/src/views/system/info/index.vue
index 1af767f..a4ec474 100644
--- a/src/views/system/info/index.vue
+++ b/src/views/system/info/index.vue
@@ -188,11 +188,22 @@
       </el-row>
     </el-form>
 
-    <el-button-group style="margin-left: 20px; margin-top: 20px">
+    <el-radio-group
+      v-model="type"
+     
+      style="margin: 12px 6px"
+    >
+    <!--  @input="radioChange" -->
+      <el-radio-button label="0">宸叉鏈粨璐︿汉鍛�</el-radio-button>
+      <el-radio-button label="1">鏈浜哄憳</el-radio-button>
+      <el-radio-button label="2">鍏ㄩ儴浜哄憳</el-radio-button>
+    </el-radio-group>
+
+    <!-- <el-button-group style="margin-left: 20px; margin-top: 20px">
       <el-button type="primary" size="mini">宸叉鏈粨璐︿汉鍛�</el-button>
       <el-button type="primary" size="mini">鏈浜哄憳</el-button>
       <el-button type="primary" size="mini">鍏ㄩ儴浜哄憳</el-button>
-    </el-button-group>
+    </el-button-group> -->
 
     <el-row :gutter="20">
       <el-col :span="12" :xs="24" style="padding: 0px 20px">
@@ -276,6 +287,7 @@
     return {
       // 缁戝畾鍗曢�夋寜閽�
       tjStatus: "0",
+      type:"0",
       formInline: {
         payer: "",
         price: "",

--
Gitblit v1.8.0