田源
2024-03-14 c30ef32089a7e4ac5c36c6d60ec0128e515edd54
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)
    })
}