|
@@ -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
|