From 887a5f685eb71763ce646e0c4405ff36f629a1a8 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期二, 15 四月 2025 11:51:39 +0800 Subject: [PATCH] qx --- src/views/hosp/rules/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/hosp/rules/index.vue b/src/views/hosp/rules/index.vue index 027bcf3..bee0558 100644 --- a/src/views/hosp/rules/index.vue +++ b/src/views/hosp/rules/index.vue @@ -108,7 +108,7 @@ <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar> </el-row> - <el-table border v-loading="loading" :data="rulesList" @selection-change="handleSelectionChange"> + <el-table border v-loading="loading" :data="rulesList" @selection-change="handleSelectionChange" height="540"> <el-table-column type="selection" width="55" align="center" /> <el-table-column label="搴忓彿" align="center" prop="newID" width="55" /> <!-- <el-table-column label="椤圭洰id" align="center" prop="proId" /> --> @@ -607,10 +607,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