代码提交

test
zhangdi 1 year ago
parent 237e529960
commit dfee022ab8
  1. 2
      pages/inspection/quest.vue
  2. 7
      pages/submission/records.vue
  3. 3
      pages/submission/recordsdetails.vue

@ -451,7 +451,7 @@ export default {
<style lang="scss" scoped>
.page-css {
padding: 0;
padding-top: var(--status-bar-height);
.page-search-top {
height: 220rpx;
background-color: #fff;

@ -223,16 +223,17 @@ export default {
},
mounted() {
this.$nextTick(() => {
this.getRecordsList()
if(this.type==''){
this.$refs.tabbarRef.getPermission();
}
this.getRecordsList()
});
},
methods: {
//
getRecordsList() {
this.BetLoading.show();
// this.BetLoading.show();
this.loadingState = "loading";
let query = {
current: this.page.currentPage, //
@ -512,7 +513,7 @@ export default {
<style lang="scss" scoped>
.page-css {
padding: 0;
padding-top: var(--status-bar-height);
.page-box {
padding: 0;

@ -145,8 +145,7 @@
</view>
</template>
<script>
import html2canvas from 'html2canvas'
import JsPDF from 'jspdf'
export default {
computed: {
dataTypes() {

Loading…
Cancel
Save