|
@@ -113,11 +113,12 @@
|
|
|
top="35vh"
|
|
|
:modal="false"
|
|
|
style="pointer-events: auto;"
|
|
|
+ :before-close="cancelHandle"
|
|
|
>
|
|
|
<span>当前AI使用火爆,请继续尝试</span>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click.stop="dialogVisible = false;cancelHandle();">取消等待</el-button>
|
|
|
- <el-button type="primary" @click.stop="dialogVisible = false;confirmHandle();">继续尝试</el-button>
|
|
|
+ <el-button @click.stop="cancelHandle();">取消等待</el-button>
|
|
|
+ <el-button type="primary" @click.stop="confirmHandle();">继续尝试</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|