src/views/intellectInspect/inspectTaskManage/inspectTask/index.vue
@@ -245,8 +245,20 @@ }; //获取部门 // const getQuotaList = async () => { // let res = await inspectTaskApi().getQuotaList(); // if (res.data.code === '200') { // state.quotaList = res.data.data; // } else { // ElMessage({ // type: 'warning', // message: res.data.msg // }); // } // }; //获取部门 const getQuotaList = async () => { let res = await inspectTaskApi().getQuotaList(); let res = await inspectTaskApi().getAllQuotaList(); if (res.data.code === '200') { state.quotaList = res.data.data; } else {