Browse Source

重新打包更新

lex-xin 3 years ago
parent
commit
24a4f8a905

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3ad08224.a94ac9f3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3ad08224.c242c79d.js


+ 1 - 1
src/views/organManager/components/memberSetting.vue

@@ -148,7 +148,7 @@ export default {
   methods: {
     async __init() {
       try {
-        const res = await getSysMusicScoreList({ page: 1, rows: 999 })
+        const res = await getSysMusicScoreList({ page: 1, rows: 999, enable: 1 })
         this.teachList = res.data?.rows || []
       } catch(e) {}
     },

+ 1 - 1
src/views/organManager/organOperation.vue

@@ -1,6 +1,6 @@
 <!--  -->
 <template>
-  <div class="m-container">
+  <div class="m-container" id="header">
     <h2>
       <el-page-header @back="onCancel" :content="title"></el-page-header>
     </h2>

Some files were not shown because too many files changed in this diff