后来会议当场改成至少21个项目,补提交

This commit is contained in:
路 范
2024-11-15 14:18:05 +08:00
parent f828063412
commit 88316af778

View File

@@ -193,11 +193,11 @@ maximum-scale=1.0, user-scalable=no" />
// }).then(a => { }).catch(err => { console.log(err) });
// return;
//}
if (all_select_false_num <= 21) {
//this.$alert(`<div>淘汰总数必须大于21个!</div>` + msg2, '错误', {
if (all_select_false_num <= 20) {
//this.$alert(`<div>淘汰总数必须大于20个!</div>` + msg2, '错误', {
// confirmButtonText: '确定', dangerouslyUseHTMLString: true, center: true, closeOnClickModal: true
//}).then(a => { }).catch(err => { console.log(err) });
alert("淘汰总数必须大于21个");
alert("淘汰总数必须大于20个");
return;
}
this.$confirm('您此次选择了同意' + all_select_true_num + '个,淘汰' + all_select_false_num + '个,是否继续提交?', '提示', {