zzq
2023-10-07 36f65570d93cced7996e337e0b8d289db61662bc
src/views/productManage/product/AddProductDialog.vue
@@ -750,8 +750,11 @@
      if (this.editConfig.title !== "新建") {
        console.log(this.editConfig.infomation)
        this.$router.push({
          name: "inOutboundDetail",
          params: { name: this.editConfig.infomation.name, id: this.editConfig.infomation.id }
          name: "inboundOutboundDetail",
          params: {
            name: this.editConfig.infomation.name,
            id: this.editConfig.infomation.id
          }
        })
      }
    },