Browse Source

得到的

qinzhipeng_v 5 years ago
parent
commit
347d47cc83

+ 1 - 1
src/layout/components/AppMain.vue

@@ -1,5 +1,5 @@
 <template>
-  <section class="app-main">
+  <section id="app-main" class="app-main">
     <transition name="fade-transform" mode="out-in">
       <keep-alive include="DefectManage">
         <router-view id="dstk" />

+ 2 - 1
src/views/Platform/presentation/testPresenyL.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 日报预览 -->
-  <div id="Gambol" class="eleStyle">
+  <div id="resumeId" class="eleStyle" style="position: relative;z-index: 0;">
     <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
       <el-form :inline="true" :model="fromCreat" style="margin:2% 9%">
         <div>
@@ -48,6 +48,7 @@ export default {
       userInformation: localStorage.getItem('username'),
       userNames: localStorage.getItem('realname'),
       bugshow: '',
+      postData: {},
       fromCreat: {},
       TestProgress: '',
       projectProgress: '',