From 58c9cd3b6e70e05952edb2e57f5215af77e1aa84 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期三, 04 九月 2024 13:40:55 +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