fix: ts type eroor

This commit is contained in:
xingyu
2023-02-01 15:53:55 +08:00
parent 5fe0106155
commit 19fe7ea8f9
5 changed files with 8 additions and 13 deletions

View File

@@ -202,7 +202,7 @@ const submitForm = async () => {
const sendForm = ref({
content: '',
params: {},
userId: undefined,
userId: 0,
templateCode: '',
templateParams: {}
})