From acccc459dfac2bcd16e9b0f1a6e29b37bd71dcd7 Mon Sep 17 00:00:00 2001 From: xc Date: Thu, 23 Oct 2025 13:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=B9=E6=A1=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/afvue/src/views/Sfilecompare.vue | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/vue/afvue/src/views/Sfilecompare.vue b/vue/afvue/src/views/Sfilecompare.vue index cbc3e8f..88428c7 100644 --- a/vue/afvue/src/views/Sfilecompare.vue +++ b/vue/afvue/src/views/Sfilecompare.vue @@ -91,6 +91,14 @@ + +
+
+ 同步成功! +
+
+ + @@ -336,15 +344,16 @@ export default { // build to schema const pdata = new URLSearchParams(data) // - SendZipFile(pdata).then(res=>{ - console.log(res,"res") - // 清空数组 - this.selectedFiles = [] - // 清空pdata - pdata.forEach((value, key) => { - pdata.delete(key) - }) - }) + // SendZipFile(pdata).then(res=>{ + // console.log(res,"res") + // console.log(res.data.reply,"pdata") + // // 清空数组 + // this.selectedFiles = [] + // // 清空pdata + // pdata.forEach((value, key) => { + // pdata.delete(key) + // }) + // }) return },