فهرست منبع

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu 5 سال پیش
والد
کامیت
c784964a22
1فایلهای تغییر یافته به همراه2 افزوده شده و 10 حذف شده
  1. 2 10
      src/views/direct.vue

+ 2 - 10
src/views/direct.vue

@@ -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) {
-      this.$confirm('确认关闭?')
-        .then(_ => {
-          done();
-        })
-        .catch(_ => {});
+      done();
     },
   },
   computed: {