346149741
2024-09-03 e4a8926b5315a51b10e883cfd4634cd90c568418
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]
            })