346149741
2024-09-03 e4a8926b5315a51b10e883cfd4634cd90c568418
去掉字段
1个文件已修改
2 ■■■ 已修改文件
policy/applyLook/applyLook.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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]
                })