This commit is contained in:
weicw
2021-08-12 13:09:21 +08:00
parent e588ddee1d
commit c7a2eadcb0

View File

@@ -105,8 +105,8 @@
// 上传到服务器 // 上传到服务器
Promise.all(tasks).then(() => { Promise.all(tasks).then(() => {
this.$refs.noise.reload() this.$refs.noise && this.$refs.noise.reload()
this.$refs.place.reload() this.$refs.place && this.$refs.place.reload()
}) })
// console.log(billData); // console.log(billData);