346149741
2024-09-04 58c9cd3b6e70e05952edb2e57f5215af77e1aa84
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]
            })