Commit e388f035 by xiehao

fix:删除了试用范围

1 parent aea01a99
Showing with 1 additions and 1 deletions
...@@ -118,7 +118,7 @@ export function getJGSTPZAdd(params) { ...@@ -118,7 +118,7 @@ export function getJGSTPZAdd(params) {
} }
// 编辑视图(state暂存2发布1) // 编辑视图(state暂存2发布1)
export function getJGSTPZUpdate(params) { export function getJGSTPZUpdate(params) {
return post(EADC_ARRCHITECTURE + '/archi-vw/upd-archi_vw', params) return post(EADC_ARRCHITECTURE + '/archi-vw/upd-archi-vw', params)
} }
// 批量发布 // 批量发布
export function getJGSTPZUpdateBatch(params) { export function getJGSTPZUpdateBatch(params) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!