Commit f6809098 by liaoxing

infbod处理修改

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