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("添加失败") })