zhuo
2025-05-20 7eb190f13437b2e67788e9f4bdea725fdb165f01
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)
          }
        }
      })
    },