From 0e1f8ba5a7e3611a0633e8a0e2274d34de363e0c Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Thu, 09 Dec 2021 11:29:24 +0800
Subject: [PATCH] 加参数
---
src/views/home/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 36308d9..243a000 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1441,11 +1441,13 @@
this.gridData.current = page;
this.dialogloading = true;
this.gridData.data = [];
+ let types = this.poorPerformanceType.toString();
let params = {
current: this.gridData.current,
size: 10,
jurisdiction: this.value1,
- examinationType: 1
+ examinationType: 1,
+ types: types
};
qualificationPages(params).then(res => {
if (res.data.code === 200) {
--
Gitblit v1.9.3