浏览代码

请款:预支选项增加审核状态为审批中的

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

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

@@ -713,7 +713,7 @@ const changeType = () => {
       type: "1",
       writeOffStatus: "0",
       corporationId: formData.data.corporationId,
-      status: "30",
+      status: "30,10",
       createUser: useUserStore().user.userId,
     })
     .then((res) => {