|
@@ -1454,7 +1454,8 @@ const handleRefreshPage = () => {
|
|
|
|
|
|
if (refreshedCount > 0) {
|
|
if (refreshedCount > 0) {
|
|
message.success(`刷新完成`)
|
|
message.success(`刷新完成`)
|
|
-
|
|
|
|
|
|
+ isSubmitting.value = false
|
|
|
|
+
|
|
// 如果当前页面有iframe,重新获取作业数据
|
|
// 如果当前页面有iframe,重新获取作业数据
|
|
if (currentSlideHasIframe.value && props.type == '1') {
|
|
if (currentSlideHasIframe.value && props.type == '1') {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|