Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5b31e663
authored
2023-01-31 10:17:42 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
无用接口删除
1 parent
a56669e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
src/api/sjsbFunctionOper.js
src/api/sjsbFunctionOper.js
View file @
5b31e66
...
...
@@ -11,15 +11,5 @@ class sjsbFunctionOper {
}
})
}
// 根据msgid查询任务表数据详情
async
searchTaskInfoByMsgid
(
id
)
{
return
request
({
url
:
'/sjsbFunctionOper/searchTaskInfoByMsgid'
,
method
:
'get'
,
params
:
{
msgid
:
id
}
})
}
}
export
default
new
sjsbFunctionOper
()
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment