Browse Source

暂存调整

qymljy 1 năm trước cách đây
mục cha
commit
66120e44df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/SDrpManagement/salerAccount/modules/detail.vue

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