lxf 1 年之前
父節點
當前提交
ccc6268f6c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/process/SendFunds.vue

+ 2 - 2
src/components/process/SendFunds.vue

@@ -535,7 +535,7 @@ const getDictData = () => {
     accountData.value = res.rows;
   });
   // 关联合同
-  proxy.post("/contract/page", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
+  proxy.post("/contract/page1", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
     contractList.value = res.rows;
   });
   // 部门树
@@ -707,7 +707,7 @@ const changeType = () => {
   }
   oldType.value = proxy.deepClone(formData.data.type);
   proxy
-    .post("/accountRequestFunds/page1", {
+    .post("/accountRequestFunds/page", {
       pageNum: 1,
       pageSize: 999,
       type: "1",