|
@@ -231,9 +231,10 @@ const logout = async () => {
|
|
|
|
|
|
watchEffect(() => {
|
|
|
if (
|
|
|
- isNumber(markStore.setting.topCount) &&
|
|
|
- markStore.setting.topCount > 0 &&
|
|
|
- markStore.setting.topCount === markStore.status.personCount
|
|
|
+ markStore.isSingelQuestionModel &&
|
|
|
+ isNumber(markStore.curStatus?.topCount) &&
|
|
|
+ markStore.curStatus?.topCount > 0 &&
|
|
|
+ markStore.curStatus?.topCount >= markStore.curStatus?.personCount
|
|
|
) {
|
|
|
Modal.confirm({
|
|
|
centered: true,
|