This commit is contained in:
@jyuhsin
2025-08-29 17:52:16 +08:00
parent a08ae49f03
commit 06a8e2fda4
90 changed files with 2475 additions and 147 deletions
@@ -179,7 +179,7 @@ layout("/layouts/platform.html"){
async initData() {
this.$set(this.formData, "applyStartYear", new Date().getFullYear() - 1 + "")
this.$set(this.formData, "applyEndYear", new Date().getFullYear() + "")
const id = GetQueryString("id")
const id = GetQueryString("bizId")
if (id) {
const resp = await this.$axios.post("/platform/club/evaluate/apply/info", { id })
if (resp.code === 0) {