Your Name
2022-09-05 558831af0d86a9db70cbe4d1d8d14bbc4c3d12cf
src/api/goalManagement/index.ts
@@ -235,7 +235,7 @@
        //安全目标考核 列表
        gettargetExamineList: (params: object) => {
            return request({
                url: import.meta.env.VITE_API_URL_OUT + '/targetExamine/page/list',
                url: import.meta.env.VITE_API_URL_OUT + '/targetMng/page/list',
                method: 'post',
                data: params
            });