From e9cf7f821a06d2e03c36af011f043f1267e1221e Mon Sep 17 00:00:00 2001 From: wuxing <wuxing> Date: 星期一, 24 六月 2024 19:48:51 +0800 Subject: [PATCH] 修复bug --- src/views/productManage/silkRegisterForm/addPage.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue index de7a084..c270edb 100644 --- a/src/views/productManage/silkRegisterForm/addPage.vue +++ b/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; }) -- Gitblit v1.8.0