马宇豪
2023-03-14 2c4edb31e7da37c98e5660ab478f43e01a77003c
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 {