fix:修改测评题目顺序

This commit is contained in:
wyx
2022-12-22 19:31:14 +08:00
parent ebc4b38668
commit a7c53140d9
2 changed files with 16 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ const signClick = () => {
function toSurvery() {
if (data.value.isSurvery) {
return;
// return;
}
if(data.value.planDto.beginTime){
let date1 = new Date(data.value.planDto.beginTime).getTime()