Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
This commit is contained in:
@ -10,10 +10,10 @@ VITE_PUBLIC_PATH = /
|
||||
# 如果接口地址匹配到,则会转发到http://localhost:3000,防止本地出现跨域问题
|
||||
# 可以有多个,注意多个不能换行,否则代理将会失效
|
||||
#VITE_PROXY = [["/api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
|
||||
#VITE_PROXY=[["/api","http://10.10.2.102:9500"]]
|
||||
VITE_PROXY=[["/api","http://127.0.0.1:8090"]]
|
||||
#VITE_PROXY=[["/api/system/generator/","http://127.0.0.1:8091/system/generator/"],["/api/system/file/","http://127.0.0.1:8091/system/file/"],["/api/system/oss/","http://127.0.0.1:8091/system/oss/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||
#VITE_PROXY=[["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||
VITE_PROXY=[["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api","http://10.10.2.102:9500"]]
|
||||
#VITE_PROXY=[["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api","http://10.10.2.102:9500"]]
|
||||
|
||||
# 是否删除Console.log
|
||||
VITE_DROP_CONSOLE = false
|
||||
|
||||
@ -3,12 +3,12 @@ import {defHttp} from '/@/utils/http/axios';
|
||||
import {ErrorMessageMode} from '/#/axios';
|
||||
|
||||
enum Api {
|
||||
Page = '/editProVar/procVarManage/page',
|
||||
List = '/editProVar/procVarManage/list',
|
||||
Info = '/editProVar/procVarManage/info',
|
||||
ActRuVariable = '/editProVar/procVarManage',
|
||||
GetSerializedVal = '/editProVar/procVarManage/getSerializedVal',
|
||||
UpdateFormVariable = '/editProVar/procVarManage/updateFormVariable',
|
||||
Page = '/workflow/procVarManage/page',
|
||||
List = '/workflow/procVarManage/list',
|
||||
Info = '/workflow/procVarManage/info',
|
||||
ActRuVariable = '/workflow/procVarManage',
|
||||
GetSerializedVal = '/workflow/procVarManage/getSerializedVal',
|
||||
UpdateFormVariable = '/workflow/procVarManage/updateFormVariable',
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
name: queryParams.name,
|
||||
type: queryParams.type,
|
||||
value: queryParams.value,
|
||||
processInstId: queryParams.processId
|
||||
processId: queryParams.processId
|
||||
};
|
||||
const record = await getActRuVariable(reqParam);
|
||||
if (skipUpdate) {
|
||||
|
||||
Reference in New Issue
Block a user