无用接口删除
Showing
1 changed file
with
0 additions
and
10 deletions
| ... | @@ -11,15 +11,5 @@ class sjsbFunctionOper { | ... | @@ -11,15 +11,5 @@ class sjsbFunctionOper { |
| 11 | } | 11 | } |
| 12 | }) | 12 | }) |
| 13 | } | 13 | } |
| 14 | // 根据msgid查询任务表数据详情 | ||
| 15 | async searchTaskInfoByMsgid (id) { | ||
| 16 | return request({ | ||
| 17 | url: '/sjsbFunctionOper/searchTaskInfoByMsgid', | ||
| 18 | method: 'get', | ||
| 19 | params: { | ||
| 20 | msgid: id | ||
| 21 | } | ||
| 22 | }) | ||
| 23 | } | ||
| 24 | } | 14 | } |
| 25 | export default new sjsbFunctionOper() | 15 | export default new sjsbFunctionOper() |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment