Browse Source

折旧费用与无形资产摊销费用接口调整

ljb 8 months ago
parent
commit
9921a31509
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/api/projectManage/wxzctxCost.js
  2. 2 2
      src/api/projectManage/zjfyycqdtfyCost.js

+ 2 - 2
src/api/projectManage/wxzctxCost.js

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

+ 2 - 2
src/api/projectManage/zjfyycqdtfyCost.js

@@ -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
   })