소스 검색

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

lxf 2 년 전
부모
커밋
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) => {