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 },