fujunling
2023-06-16 3bcd305ef9408ae54f7ef62b8472d0813ae34333
Source/UBCS-WEB/src/api/template/setPersonnel.js
@@ -28,8 +28,8 @@
export const personnelSave = (params) => {
  return request({
    url: '/api/ubcs-flow/vciflow/start',
    method: 'get',
    params: params
    method: 'post',
    data: params
  })
}
// 人员设置保存