qymljy před 1 rokem
rodič
revize
66120e44df

+ 1 - 1
src/SDrpManagement/salerAccount/modules/detail.vue

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