zouyu
2023-10-12 d541cc1adf43277932f9367356c0fdba99e8b34a
src/views/admin/productType/index.vue
@@ -155,8 +155,9 @@
                staffId: this.prodForm.staffName,
                productType: this.prodForm.type
              }).then(response => {
                this.dialogAddVisible = false
                this.$message.success("添加成功")
                this.refreshChange();
                this.refreshChange()
              }).catch(() => {
                this.$message.error("添加失败")
              })