@@ -385,6 +385,7 @@ export default {
pickCategory: this.pickCategory.join(',')
}).then(res => {
this.$successMsg('保存成功')
+ this.$parent.isShow = true
})
}