|
|
@@ -14,7 +14,7 @@ export const getList = (current, size, params) => {
|
|
|
|
|
|
export const add = (row) => {
|
|
|
return request({
|
|
|
- url: '/api/kd-scientific/ys-zjfyycqdtfy/save',
|
|
|
+ url: '/api/kd-scientific/ys-zjfyycqdtfy/submit',
|
|
|
method: 'post',
|
|
|
data: row
|
|
|
})
|
|
|
@@ -23,7 +23,7 @@ export const add = (row) => {
|
|
|
|
|
|
export const update = (row) => {
|
|
|
return request({
|
|
|
- url: '/api/kd-scientific/ys-zjfyycqdtfy/update',
|
|
|
+ url: '/api/kd-scientific/ys-zjfyycqdtfy/submit',
|
|
|
method: 'post',
|
|
|
data: row
|
|
|
})
|