fix:评估提交增加二次提示

This commit is contained in:
wyx
2023-03-22 22:04:24 +08:00
parent f0a4fdadba
commit 87f2639756

View File

@@ -281,6 +281,9 @@ const open = () => {
const isEmptyValue = ref(false);
function emptyValuePromp() {
if (data.value.isSubmit) {
return;
}
if (data.value.singleStemVoList?.some(t=>t?.assessmentSingleChoiceVoList?.every(s => !s?.select))) {
isEmptyValue.value = true;
// return ElMessage.warning("您有未填写的单选评估题干");