@@ -151,7 +151,7 @@ export default {
},
detailGo(row){
console.log(row)
- if (row.type === '1'){
+ if (row.type == '1'){
let route = this.$route
if (route.path !== '/salerIncomeDetail') {
this.oldRoute = {path:route.path,query:route.query}