chenrui
2025-02-26 d6ea11deb5bd25bab09e5bdf676525afdd28efca
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)
      }
    }
  }