update 延时修改

This commit is contained in:
赵霄
2024-04-21 21:55:56 +08:00
parent 6a07171080
commit 85067ea2ab
+1 -1
View File
@@ -2330,7 +2330,7 @@ export default {
this.form = Object.assign(query, businessInfo)
console.log(this.form)
this.handleCreateCover()
}, 1000)
}, 3000)
}
}
</script>