5b31e663 by yangwei

无用接口删除

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