【add】-大屏:来款部分 + 制修订第一个模块
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user