wangxy пре 2 месеци
родитељ
комит
00bb06c124
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      pages/client/Kaoshi/exam.vue

+ 4 - 2
pages/client/Kaoshi/exam.vue

@@ -182,7 +182,8 @@
 		zhuapai: 0,
 		duanluo: [],
 		StListForSearch: [],
-		from: ''
+		from: '',
+		hisId: '',
 	})
 	
 	const markDB = ref([]);
@@ -239,7 +240,7 @@
 	// 考试得分相关 start
 	function handleScoreConfirm() {
 		uni.redirectTo({
-			url: '/pages/client/Chengji/list'
+			url: `/pages/client/Chengji/ksScoreShijuan?hisId=${data.hisId}&from=kaoshi`
 		})
 	}
 	
@@ -368,6 +369,7 @@
 		ksApi.getClientKsSubmit(result).then(res => {
 			if (res.code == 0) {
 				subScoreRef.value.showDialog(res.data);
+				data.hisId = res.data.hisId;
 				// 清空缓存
 				removeCacheKs(data.operId);
 			}