dedsudiyu 2 years ago
parent
commit
a4d9dbbbcc

+ 1 - 1
src/views/gasManage_syd/student/gasUseManage/gasUseManage.vue

@@ -203,7 +203,7 @@ export default {
         this.getReturnGas();
       },
     getReturnGas(){
-      returnGas({pageNum: 1, pageSize:20,}).then( response => {
+      returnGasByStu({pageNum: 1, pageSize:20,}).then( response => {
         this.$set(this,'returnGasList',response.rows);
       });
     },

+ 1 - 1
src/views/safetyEducationExam/safeLearning/safeLearning/startLearning.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="startLearning">
-    <div v-if="pageType == 1">
+    <div v-if="pageType == 1" style="overflow: hidden;display: flex;flex-direction: column;">
       <div style="display: flex">
         <p style="flex:1;"></p>
         <p class="reset-button-one" style="margin:20px 20px 0 0;" @click="backPage"><i class="el-icon-arrow-left"></i>返回</p>