From e4a8926b5315a51b10e883cfd4634cd90c568418 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 03 九月 2024 14:01:53 +0800
Subject: [PATCH] 去掉字段

---
 policy/applyLook/applyLook.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/policy/applyLook/applyLook.vue b/policy/applyLook/applyLook.vue
index ad90e5a..04d38a4 100644
--- a/policy/applyLook/applyLook.vue
+++ b/policy/applyLook/applyLook.vue
@@ -114,7 +114,7 @@
 			},
 			orderList() {
 				const userInfo = uni.getStorageSync('userInfo')
-				commonList({...this.queryParams, ...this.list1[this.current].value, checkDeptId: userInfo.dept.parentId}).then(val => {
+				commonList({...this.queryParams, ...this.list1[this.current].value}).then(val => {
 					this.total = val.data.total
 					this.dataList = [...this.dataList,...val.data.rows]
 				})

--
Gitblit v1.9.1