瀏覽代碼

重新打包更新

lex-xin 3 年之前
父節點
當前提交
24a4f8a905

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-3ad08224.a94ac9f3.js


文件差異過大導致無法顯示
+ 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>

部分文件因文件數量過多而無法顯示