Browse Source

增加弹框样式

master
xyiege 3 months 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>
<!-- 弹框提示 -->
<div class="dialog">
<div class="alert alert-success">
同步成功
</div>
</div>
</div> </div>
</template> </template>
@ -336,15 +344,16 @@ export default {
// build to schema // build to schema
const pdata = new URLSearchParams(data) const pdata = new URLSearchParams(data)
// //
SendZipFile(pdata).then(res=>{ // SendZipFile(pdata).then(res=>{
console.log(res,"res") // console.log(res,"res")
// // console.log(res.data.reply,"pdata")
this.selectedFiles = [] // //
// pdata // this.selectedFiles = []
pdata.forEach((value, key) => { // // pdata
pdata.delete(key) // pdata.forEach((value, key) => {
}) // pdata.delete(key)
}) // })
// })
return return
}, },

Loading…
Cancel
Save