LAPTOP-FO2T5SIU\35838 4 月之前
父節點
當前提交
acd7ff5f45
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/workbench/components/myAudit.vue

+ 1 - 1
src/views/workbench/components/myAudit.vue

@@ -249,7 +249,7 @@ export default {
             console.log('行数据——:', row)
             if (row.routeParam) {
                 const postData = this.queryURLParams('http://www.baidu.com?' + row.routeParam)
-                switch (row.handleType) {
+                switch (row.handleType + '') {
                     case '1' :
                         this.$refs.applyPaymentConfirm.setVisible(true, postData) // 付款流程
                         break