Merge remote-tracking branch 'origin/master' into master

dev_2022-05-11
yujialong 3 years ago
commit 5d66ee4022
  1. 4
      src/pages/match/manage/matchSignup.vue

@ -135,7 +135,7 @@ export default {
}
},
exportAll() {
location.href = `${this.api.excelExport}/${this.id}/token=${this.token}`;
location.href = `${this.api.excelExport}?${this.id}`;
},
exportBatch() {
if (this.multipleSelection.length != "") {
@ -145,7 +145,7 @@ export default {
});
// return console.log(11,data)
location.href = `${this.api.batchExport}?ids=${data.join(",")}/token=${this.token}`;
location.href = `${this.api.batchExport}?ids=${data.join(",")}`;
} else {
util.errorMsg("请先选择数据 !");
}

Loading…
Cancel
Save