截图无数据时点击确认关闭当前页签

uat_us
caiyiling 2024-03-20 10:13:25 +08:00
parent 9577d1d90e
commit 20480cfad6
1 changed files with 3 additions and 1 deletions

View File

@ -132,7 +132,9 @@ export default {
this.previewImages = res.Result
if (this.previewImages.length === 0) {
this.$alert(this.$t('trials:lugano:message:noScreenshot'), this.$t('trials:lugano:message:warnTip'), {
callback: action => {}
callback: action => {
window.close()
}
})
}
loading.close()