소스 검색

修改分部状态没有更改

lex-xin 5 년 전
부모
커밋
d192a9358e
5개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.c3edcaea.css
  3. 0 0
      dist/static/js/app.0b0c4eb5.js
  4. 0 0
      dist/static/js/app.cef53b7e.js
  5. 3 0
      src/views/dashboard/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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: '关闭成功'

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.