@@ -12,7 +12,7 @@
</div>
</el-card>
<div style="display: flex;">
- <el-button style="margin-left: 43%; margin-top: 10px;" type="info">取消</el-button>
+ <el-button style="margin-left: 43%; margin-top: 10px;" type="info" @click="xVisible=false">取消</el-button>
<el-button style="margin-top: 10px; float: right;" type="success" @click="transfer()">确认</el-button>
</el-dialog>