LAPTOP-FO2T5SIU\35838 4 months ago
parent
commit
acd7ff5f45
1 changed files with 1 additions and 1 deletions
  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