scorpioyq 3 yıl önce
ebeveyn
işleme
a90ae2a273
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/views/home/component/proinfo.vue

+ 3 - 1
src/views/home/component/proinfo.vue

@@ -191,7 +191,9 @@ export default {
     },
     success (res) {
       this.show = false
-      this.$message.success('上传成功!系统将在后台进行文件内容的解析,解析成功后会通过小程序消息通知到您!')
+      this.$alert('上传成功!系统将在后台进行文件内容的解析,解析成功后会通过小程序消息通知到您!', '消息提醒', {
+        confirmButtonText: 'OK'
+      })
     }
   }
 }