From d65aa7fee641733e13fcbcd6c326d6bd27a45d96 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期二, 15 四月 2025 11:52:54 +0800
Subject: [PATCH] qx

---
 src/views/hosp/rules/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/hosp/rules/index.vue b/src/views/hosp/rules/index.vue
index a0f3a50..fc11abb 100644
--- a/src/views/hosp/rules/index.vue
+++ b/src/views/hosp/rules/index.vue
@@ -1102,10 +1102,10 @@
       this.loading = true;
       // this.List = true;
       listAdvice(this.queryParam).then((response) => {
-        response.data.list.forEach((item, index) => {
-          item.newID =
-            (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1;
-        });
+        // response.data.list.forEach((item, index) => {
+        //   item.newID =
+        //     (this.queryParam.page - 1) * this.queryParam.pageSize + index + 1;
+        // });
 
         this.adviceList = response.data.list;
         this.total = response.data.total;

--
Gitblit v1.8.0