src/views/reservation/groupcheck/index.vue
@@ -661,6 +661,7 @@ methods: { handleQuery() { this.loading = true; this.selectList = []; getCusTomterListByCompId(this.objs).then((res) => { this.userList = res.data; this.loading = false; @@ -773,6 +774,7 @@ addPlOrderAndDetail(data).then((res) => { this.open2 = false; this.$modal.msgSuccess("签到成功"); if (res.file) { let base64 = res.file; this.base64ToBlob({ b64data: base64, @@ -787,7 +789,7 @@ this.url = window.webkitURL.createObjectURL(res.preview); } }); } this.handleQuery(); this.selectList = []; });