浏览代码

暂存调整

qymljy 1 年之前
父节点
当前提交
66120e44df
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}