This commit is contained in:
2024-08-14 14:38:32 +08:00
parent d905c9dd73
commit b64d93dfa2

View File

@@ -208,7 +208,7 @@ export default {
let res = await rk()
this.resData = res
this.kn = [...res.kn]
this.wrk = [...res.wrk]
// this.wrk = [...res.wrk]
this.kc = res.kc
this.hw = res.hw
}