修改试卷组别逻辑

This commit is contained in:
2023-03-02 17:58:55 +08:00
parent 5d38863f4d
commit 33b290c61f
6 changed files with 324 additions and 150 deletions

View File

@@ -107,7 +107,7 @@ const custom = {
var m = time.getMonth()+1;
var d = time.getDate();
const date = `${y}-${m}-${d}`
console.log(date)
// console.log(date)
return date
},
getSTdPerson(num) {