Browse Source

增加弹框样式

master
xyiege 1 month ago
parent
commit
acccc459df
  1. 27
      vue/afvue/src/views/Sfilecompare.vue

27
vue/afvue/src/views/Sfilecompare.vue

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

Loading…
Cancel
Save