zengyicheng 3 年之前
父节点
当前提交
76e4e104d9

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.3a2525ff02fd1add31d1659815b88d75.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.57c88615aac160d2c474.js></script><script type=text/javascript src=./static/js/app.8df11e0f5f1819318227.js></script></body></html>
+    }</style><link href=./static/css/app.1eda1c66babeb342350acebd16b67718.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.fed1de90e0941b3846db.js></script><script type=text/javascript src=./static/js/vendor.57c88615aac160d2c474.js></script><script type=text/javascript src=./static/js/app.f26f8e4c3af5534dbbde.js></script></body></html>

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


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


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


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


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


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


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


+ 1 - 0
src/components/pages/addCourse.vue

@@ -28,6 +28,7 @@
             <h3 class="info_title" v-if="steps == 1">项目内容填写</h3>
             <h3 class="info_title" v-if="steps == 2">请选择文档模板</h3>
             <h3 class="info_title" v-if="steps == 3">项目内容填写</h3>
+            <h3 class="info_title" v-if="steps == 4">上传项目</h3>
             <el-breadcrumb
               separator-class="el-icon-arrow-right"
               style="margin-top: 15px"

+ 2 - 0
src/components/pages/class.vue

@@ -76,6 +76,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -155,6 +156,7 @@ export default {
     },
     handleCurrentChange(val) {
       this.page = val;
+      this.getClass();
     },
     handleClose(done) {
       done();

+ 2 - 1
src/components/pages/course.vue

@@ -97,7 +97,7 @@
         layout="prev, pager, next"
         :page-size="10"
         :total="total"
-        v-if="!isLoading && page"
+        v-if="page"
         @current-change="handleCurrentChange"
       >
       </el-pagination>
@@ -201,6 +201,7 @@ export default {
     handleCurrentChange(val) {
       // console.log(`当前页: ${val}`);
       this.page = val;
+      this.getCourse();
     },
     init() {},
     handleClose(done) {

+ 2 - 1
src/components/pages/library.vue

@@ -121,7 +121,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
-          v-if="!isLoading && page"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -192,6 +192,7 @@ export default {
   methods: {
     handleCurrentChange(val) {
       this.page = val;
+      this.selectMtl();
     },
     addImg(e) {
       var el = e.currentTarget;

+ 2 - 0
src/components/pages/notice.vue

@@ -80,6 +80,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -169,6 +170,7 @@ export default {
     },
     handleCurrentChange(val) {
       this.page = val;
+      this.getNews();
     },
     handleClose(done) {
       done();

+ 2 - 0
src/components/pages/student.vue

@@ -119,6 +119,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -270,6 +271,7 @@ export default {
     },
     handleCurrentChange(val) {
       this.page = val;
+      this.getStudent();
     },
     time() {
       if (!this.now) {

+ 2 - 1
src/components/pages/works.vue

@@ -86,7 +86,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
-          v-if="!isLoading && page"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -151,6 +151,7 @@ export default {
     },
     handleCurrentChange(val) {
       this.page = val;
+      this.getProject();
     },
     //获取班级列表
     getClass() {

+ 2 - 0
src/components/pages/worksDetail.vue

@@ -462,6 +462,7 @@
           layout="prev, pager, next"
           :page-size="10"
           :total="total"
+          v-if="page"
           @current-change="handleCurrentChange"
         >
         </el-pagination>
@@ -596,6 +597,7 @@ export default {
     },
     handleCurrentChange(val) {
       this.page = val;
+      this.getWorks();
     },
     lookWork(id, uid) {
       this.scopeId = id;

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