lex-xin 3 年之前
父節點
當前提交
8de019bcc5
共有 3 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/api/process/work-order.js
  2. 0 0
      web/index.html
  3. 0 0
      web/static/web/js/chunk-b28c78fa.d08d936d.js

+ 2 - 1
src/api/process/work-order.js

@@ -1,4 +1,5 @@
 import request from '@/utils/request'
+import qs from 'qs'
 
 // 流程结构
 export function processStructure(params) {
@@ -51,7 +52,7 @@ export function asyncPlayLog(data) {
       url: 'api-web/oa/syncPayLog',
       method: 'post',
       requestType: 'form',
-      data
+      data: qs.stringify(data)
   })
 }
 

文件差異過大導致無法顯示
+ 0 - 0
web/index.html


文件差異過大導致無法顯示
+ 0 - 0
web/static/web/js/chunk-b28c78fa.d08d936d.js


部分文件因文件數量過多而無法顯示