From 93a38ac31615b1aa053a4440c59814ea72353945 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 17 一月 2023 14:39:19 +0800
Subject: [PATCH] 界面修改

---
 src/views/Archive/index.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/views/Archive/index.vue b/src/views/Archive/index.vue
index 0eb6a14..bd0e39c 100644
--- a/src/views/Archive/index.vue
+++ b/src/views/Archive/index.vue
@@ -1125,7 +1125,11 @@
     },
     downFormData() {
       if (this.multipleSelection1.length == 0) {
-        alert('璇峰厛閫夋嫨瑕佷笅杞界殑鏂囦欢');
+
+        this.$message({
+          message: '璇峰厛閫夋嫨瑕佷笅杞界殑鏂囦欢',
+          type: 'warning'
+        });
         return;
       }
       this.showCodeBox = true;
@@ -1171,7 +1175,7 @@
       this.listData.dirid = this.queryForm.dirid
       this.listData.depid = this.queryForm.depid;
       dataLib_selectByPageForMeta(this.listData).then((res) => {
- 
+
         this.tableData1 = res.result;
         this.count = res.count;
       });
@@ -1344,7 +1348,11 @@
       var token = getToken();
       var fs = document.getElementById("insertFile");
       if (fs.files.length == 0) {
-        alert("璇烽�夋嫨瑕佷笂浼犵殑鏂囦欢锛�");
+
+        this.$message({
+          message: '璇烽�夋嫨瑕佷笂浼犵殑鏂囦欢锛�',
+          type: 'warning'
+        });
         return;
       }
       const formData = new FormData()

--
Gitblit v1.9.3