src/views/productManage/silkRegisterForm/addPage.vue
@@ -546,7 +546,7 @@ { label: "数量", prop: "quantity", inputInteger: true, inputNumber: true, isRequird: true, }, // 重要级别 { @@ -942,9 +942,11 @@ message: "保存成功!", type: "success", }); this.$router.push({ path: "/productManage/silkRegisterForm", }); this.activeName = "second" // this.$router.push({ // path: "/productManage/silkRegisterForm", // }); } this.isAddloading = false; })