5b31e663 by yangwei

无用接口删除

1 parent a56669e1
...@@ -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
......