lxf 1 年之前
父节点
当前提交
ddeb3315a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/processApproval/components/SendFunds.vue

+ 2 - 2
src/views/processApproval/components/SendFunds.vue

@@ -358,7 +358,7 @@ const rules = {
 };
 };
 const getAdvanceList = () => {
 const getAdvanceList = () => {
   proxy
   proxy
-    .post("/accountRequestFunds/page1", {
+    .post("/accountRequestFunds/page", {
       pageNum: 1,
       pageNum: 1,
       pageSize: 999,
       pageSize: 999,
       type: "1",
       type: "1",
@@ -436,7 +436,7 @@ const getDict = () => {
       });
       });
     }
     }
   });
   });
-  proxy.post("/contract/page", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
+  proxy.post("/contract/page1", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
     if (res.data.rows && res.data.rows.length > 0) {
     if (res.data.rows && res.data.rows.length > 0) {
       formDetailOption.btnConfig.listConfig[1].data = res.data.rows.map((item) => {
       formDetailOption.btnConfig.listConfig[1].data = res.data.rows.map((item) => {
         return {
         return {