【add】-大屏:来款部分 + 制修订第一个模块

This commit is contained in:
fengchenchen
2022-12-01 10:38:00 +08:00
parent 820d06fd28
commit c5b7cff177
38 changed files with 3330 additions and 13 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
import { getAction } from '@/screenApi/manage'
import { getActionZxd } from '@/screenApi/manage'
// 汽车标准项目总体情况;包括发布的国行标、在研的国行标、立项上报的国行标、外文版项目数量
const StanderProjectGeneralSituation = (params) => getAction( '/serviceInterface/getDpData1', params)
const StanderProjectGeneralSituation = (params) => getActionZxd( '/serviceInterface/getDpData1', params)
export {
StanderProjectGeneralSituation
+1 -1
View File
@@ -5,7 +5,7 @@ import { axios } from '@/screenRequest/request'
const baseUrl = '/zxd'
export function getAction(url, parameter) {
export function getActionZxd(url, parameter) {
return axios({
url: baseUrl + url,
method: 'get',