@@ -472,7 +472,10 @@ export default {
})
).then(result => {
if(result.code == 200) {
+ // 重新设置乐团状态
this.majorStatus = 5
+ // 刷新分部数据
+ this.chioseSection(this.sectionForm.section)
this.$message({
type: 'success',
message: '关闭成功'