|
@@ -67,12 +67,13 @@ export function useQiePing() {
|
|
|
ksId: ksId.value,
|
|
ksId: ksId.value,
|
|
|
};
|
|
};
|
|
|
getClientQiepingCheat(req).then(res => {
|
|
getClientQiepingCheat(req).then(res => {
|
|
|
|
|
+
|
|
|
//cutScreenDialog 是否超限 true:超过限制 false:未超过限制 ,
|
|
//cutScreenDialog 是否超限 true:超过限制 false:未超过限制 ,
|
|
|
if (res.code === 0 && res.data.flag) {
|
|
if (res.code === 0 && res.data.flag) {
|
|
|
// emits('forceSubmit') // 强制交卷
|
|
// emits('forceSubmit') // 强制交卷
|
|
|
forceSubmitFn && forceSubmitFn();
|
|
forceSubmitFn && forceSubmitFn();
|
|
|
} else {
|
|
} else {
|
|
|
- emits('qiepingToast', res.data.times) // 提示警告
|
|
|
|
|
|
|
+ // emits('qiepingToast', res.data.times) // 提示警告
|
|
|
qiepingToastFn && qiepingToastFn( res.data.times)
|
|
qiepingToastFn && qiepingToastFn( res.data.times)
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|