wangting
2023-07-12 99ef2c53e2b64b8ba342eb2abebfab28ccc31b9d
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
  })
}
// 人员设置保存