@@ -438,11 +438,7 @@ export default {
},
// 关闭dialog
handleClose(done) {
- this.$confirm('确认关闭?')
- .then(_ => {
- done();
- })
- .catch(_ => {});
+ done();
// 专家详情
twoBtnDetail(data) {
@@ -451,11 +447,7 @@ export default {
// 关闭专家详情
handleCloseExport(done) {
computed: {