Commit e5898697 authored by ztf's avatar ztf

修改相关闭环跟进事项获取数据接口

parent a6468381
......@@ -124,7 +124,7 @@ export default {
'operator': 'AND'
}
}
post(`/ApplyDoc/find/recursion`, params).then(res => {
post(`/ExtApplyDoc/find/recursion`, params).then(res => {
if (res.items && res.items.content) {
this.applyDocList = res.items.content
}
......@@ -148,7 +148,7 @@ export default {
'operator': 'AND'
}
}
post(`/ReplyDoc/find/recursion`, params).then(res => {
post(`/ExtReplyDoc/find/recursion`, params).then(res => {
if (res.items && res.items.content) {
this.replayDocList = res.items.content
}
......
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