From 942697763a76be6f6e9402d34015c8a94336406c Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 24 六月 2025 16:37:05 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb --- src/views/hosp/advicerules/index.vue | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 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(); }); } } -- Gitblit v1.8.0