Commit f6809098 by liaoxing

infbod处理修改

parent fa33373d
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
this.currentHandleRow = row this.currentHandleRow = row
const params = { const params = {
//根据xx字段 查询处理的数据 //根据xx字段 查询处理的数据
ownref: row.ownref, seaownref: row.seaownref,
}; };
const res = await Api.post('/service/infbod/dealWithByOwnref', params); const res = await Api.post('/service/infbod/dealWithByOwnref', params);
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
......
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