|
@@ -182,7 +182,8 @@
|
|
zhuapai: 0,
|
|
zhuapai: 0,
|
|
duanluo: [],
|
|
duanluo: [],
|
|
StListForSearch: [],
|
|
StListForSearch: [],
|
|
- from: ''
|
|
|
|
|
|
+ from: '',
|
|
|
|
+ hisId: '',
|
|
})
|
|
})
|
|
|
|
|
|
const markDB = ref([]);
|
|
const markDB = ref([]);
|
|
@@ -239,7 +240,7 @@
|
|
// 考试得分相关 start
|
|
// 考试得分相关 start
|
|
function handleScoreConfirm() {
|
|
function handleScoreConfirm() {
|
|
uni.redirectTo({
|
|
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 => {
|
|
ksApi.getClientKsSubmit(result).then(res => {
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
subScoreRef.value.showDialog(res.data);
|
|
subScoreRef.value.showDialog(res.data);
|
|
|
|
+ data.hisId = res.data.hisId;
|
|
// 清空缓存
|
|
// 清空缓存
|
|
removeCacheKs(data.operId);
|
|
removeCacheKs(data.operId);
|
|
}
|
|
}
|