|
|
|
@ -91,6 +91,14 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- 弹框提示 --> |
|
|
|
<div class="dialog"> |
|
|
|
<div class="alert alert-success"> |
|
|
|
同步成功! |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</template> |
|
|
|
@ -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 |
|
|
|
}, |
|
|
|
|
|
|
|
|