haoxuan
2023-09-25 08c73d53086d37af29070035f6211cce07199bfe
src/views/productManage/productCategory/AddProductCategoryDialog.vue
@@ -326,10 +326,15 @@
    delClick() {},
    // 产品
    productClick() {
      this.$refs.form.validate((valid) => {
        if (valid) {
      this.$router.push({
        path: "/productManage/productList",
        query: { name: "产品" },
            path: "/productManage/product",
            query: { categoryName:this.editConfig.infomation.name, id: this.editConfig.title === "新建"?'':this.editConfig.infomation.id},
      });
        }
      })
    },
  },
};