田源
2024-04-16 e1feed4fb9f3a7722eb0cd646e73e6573bdfb6e1
Source/UBCS-WEB/src/api/system/classifyAuth.js
@@ -12,9 +12,10 @@
export const saveOrUpdate = (data) => {
    return request({
      headers:{'Content-Type':'application/json'},
      url: '/api/ubcs-system/classifyAuth/saveOrUpdate',
      method: 'post',
      data: data
      data: JSON.stringify(data)
    })
}