feat: There is no way the, BUSS PROCESS

This commit is contained in:
Superman_Main
2021-12-06 16:57:33 +08:00
parent 72f178b571
commit 3a4b0954a5
18 changed files with 433 additions and 102 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* @description: 业务相关API接口
*/
import axios from '@/common/axiosV2'
// 企标评价-获取评价指标
export function getEvaluationIndex (data) {
return axios({
url: '/api/sarEnterpriseStandardEvaluation/evaluation-index/getEvaluationIndex',
method: 'get',
params: data
})
}