diff --git a/src/views/property-marketing/media-account/account-manage/index.vue b/src/views/property-marketing/media-account/account-manage/index.vue index acbf386..5085017 100644 --- a/src/views/property-marketing/media-account/account-manage/index.vue +++ b/src/views/property-marketing/media-account/account-manage/index.vue @@ -346,7 +346,7 @@ const onBatchSuccess = () => { getData(); }; const handleOpenAbnormalAccount = () => { - query.value.status = 2; + query.value.status = 3; reload(); };