|
@@ -308,7 +308,9 @@ export default {
|
|
getPreBookData() {
|
|
getPreBookData() {
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
// this.queryParam.pageSize = 50
|
|
// this.queryParam.pageSize = 50
|
|
|
|
+ this.loading = true
|
|
preBookList(this.queryParam).then(res => {
|
|
preBookList(this.queryParam).then(res => {
|
|
|
|
+ this.loading = false
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.preBookListData = res.result.records;
|
|
this.preBookListData = res.result.records;
|
|
this.pagination = {
|
|
this.pagination = {
|