diff --git a/src/components/TwoDimensionalCode.vue b/src/components/TwoDimensionalCode.vue
index be7735e5..20b1dbe0 100644
--- a/src/components/TwoDimensionalCode.vue
+++ b/src/components/TwoDimensionalCode.vue
@@ -39,7 +39,7 @@
>
-
+
链接
@@ -1780,7 +1776,7 @@
v-model:codevisible="codevisible"
:codeInfo="codeInfo"
:index="codeIndex"
- :type="codeType == 1 ? '课程二维码' : codeType == 2 ? '签到二维码' : ''"
+ :type="codeType == 1 ? '课程二维码' : codeType == 2 ? '签到二维码' : '评估二维码'"
/>
@@ -2776,7 +2772,7 @@ export default defineComponent({
scoreId: null, //录入成绩id
isgetStudent: false, //是否重新获取学员
//结业
- jyradioV1: "",
+ jyradioV1: 1,
imageUrl: "",
imgList: [],
@@ -4432,6 +4428,7 @@ function onFocusEnd(){
const graduate_exit = () => {
state.graduate_hs = false;
state.addLoading = false;
+ state.jyradioV1 = 1;
};
const agreereject_exit = () => {
state.agreereject_hs = false;
@@ -4498,7 +4495,7 @@ function onFocusEnd(){
}
};
const handleJie = async () => {
- if (state.graduate_hs) {
+ if (state.graduate_hs && state.jyradioV1 == 1) {
// state.studentItem.id
// console.log("state.studentItem.id", state.studentItem.id);
api1
@@ -4514,6 +4511,8 @@ function onFocusEnd(){
delete_exit1();
}
});
+ }else{
+ graduate_exit()
}
};
//确认复制