fix: ts type eroor
This commit is contained in:
@@ -202,7 +202,7 @@ const submitForm = async () => {
|
||||
const sendForm = ref({
|
||||
content: '',
|
||||
params: {},
|
||||
userId: undefined,
|
||||
userId: 0,
|
||||
templateCode: '',
|
||||
templateParams: {}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user