|
@@ -180,6 +180,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async handleInit(data) {
|
|
|
+ this.table_loading = true
|
|
|
this.$http({
|
|
|
url: "/market/CMKIssued/CMKIssuedList",
|
|
|
method: "post",
|
|
@@ -193,6 +194,7 @@ export default {
|
|
|
this.$formatDate(data.endTime, "YYYY-MM-DD"),
|
|
|
},
|
|
|
}).then(({ data: { data, count } }) => {
|
|
|
+ this.table_loading = false
|
|
|
this.total = count;
|
|
|
this.table_list = data;
|
|
|
});
|