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}, }); } }) }, }, };