wuxing
2024-06-24 e9cf7f821a06d2e03c36af011f043f1267e1221e
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;
              })