spring
2025-02-28 9a90ee2c34c74591f88ea1ffc46f3d757c11715d
src/views/business/productOrder/components/add.vue
@@ -2143,8 +2143,7 @@
        this.productList0.splice(index,1)
      },
      goBack () {
        const obj = { path: "/business/productOrder" };
        this.$tab.closeOpenPage(obj);
        this.$router.go(-1)
      }
    }
  }