Commit 9cb584a8 authored by zhangyanni's avatar zhangyanni

直接关掉抽屉

parent 2ac774e9
......@@ -201,14 +201,7 @@
},
handleClose(done){
this.$confirm(this.$t("drawerInfo.closeTitle"),{
confirmButtonText: this.$t("commonTips.confirm"),
cancelButtonText: this.$t("commonTips.cancel"),
})
.then(_ => {
done();
})
.catch(_ => {});
done();
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment