浏览代码

修改分部状态没有更改

lex-xin 5 年之前
父节点
当前提交
d192a9358e

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.c3edcaea.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.0b0c4eb5.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.cef53b7e.js


+ 3 - 0
src/views/dashboard/index.vue

@@ -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: '关闭成功'

部分文件因为文件数量过多而无法显示