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] })