gaoluyang
2025-04-29 8b7e44a4d4f8ac06d23089868c563e1cd38a661e
1.原材料下单路由跳转修改
已修改1个文件
6 ■■■■ 文件已修改
src/layout/components/TagsView/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/TagsView/index.vue
@@ -168,7 +168,11 @@
    closeSelectedTag(view) {
      this.$tab.closePage(view).then(({ visitedViews }) => {
        if (this.isActive(view)) {
          this.toLastView(visitedViews, view)
          if (view.fullPath.includes('/materialOrder/customsInspectionOrder') || view.fullPath.includes('/materialOrder/customsInspectionView')) {
            this.$router.push('/business/materialOrder')
          } else {
            this.toLastView(visitedViews, view)
          }
        }
      })
    },