Commit 11e7d427 authored by zhoumaotao's avatar zhoumaotao

接口api名称调整

parent 46a167cd
...@@ -51,7 +51,7 @@ export function emptyTry(params) { ...@@ -51,7 +51,7 @@ export function emptyTry(params) {
} }
/* 配盘单号核验 */ /* 配盘单号核验 */
export function checkDjid(params){ export function checkDjid(params){
return http.post('/xgwcs/rktz/queryRktzdByDjid',filterSpace(params) || {}).then(e => { return http.post('/xgwcs/rktz/queryPptzdByDjid',filterSpace(params) || {}).then(e => {
return filter(e) return filter(e)
}) })
} }
...@@ -166,7 +166,7 @@ export function callMaterials(params) { ...@@ -166,7 +166,7 @@ export function callMaterials(params) {
} }
/* 取消下架作业*/ /* 取消下架作业*/
export function cancelMaterials(params) { export function cancelMaterials(params) {
return http.post("/xgwcs/rkzy/deleteCkzy ", filterSpace(params) || {}).then(e => { return http.post("/xgwcs/ckzy/deleteCkzy ", filterSpace(params) || {}).then(e => {
return filter(e) return filter(e)
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment