修改雷达状态

main
scrin 3 weeks ago
parent 653002853e
commit 8a4977f7e0

@ -1705,6 +1705,7 @@ const dialog1 = ref(false)
const dialog1Form = ref({}) const dialog1Form = ref({})
// //
const uploadFiles = async (e) => { const uploadFiles = async (e) => {
console.log(e)
const res = await UpdateImage({files: [e.file]}) const res = await UpdateImage({files: [e.file]})
const file = e.file const file = e.file

Loading…
Cancel
Save