audit.js 200 B

12345
  1. import httputils from '@/api/httputils'
  2. //审批意见 创建申诉
  3. export function updateWorkflow({ postParams }) {
  4. return httputils.postJson(`/duoduo-service/workflow/work/update`, postParams)
  5. }