截图无数据时点击确认关闭当前页签
parent
9577d1d90e
commit
20480cfad6
|
@ -132,7 +132,9 @@ export default {
|
||||||
this.previewImages = res.Result
|
this.previewImages = res.Result
|
||||||
if (this.previewImages.length === 0) {
|
if (this.previewImages.length === 0) {
|
||||||
this.$alert(this.$t('trials:lugano:message:noScreenshot'), this.$t('trials:lugano:message:warnTip'), {
|
this.$alert(this.$t('trials:lugano:message:noScreenshot'), this.$t('trials:lugano:message:warnTip'), {
|
||||||
callback: action => {}
|
callback: action => {
|
||||||
|
window.close()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
loading.close()
|
loading.close()
|
||||||
|
|
Loading…
Reference in New Issue