watch(() => [state.formState.name,state.formState.post], (newValue,oldValue)=>{
console.log(newValue); //是数组
console.log(oldValue)
})
watch(() => [state.formState.name,state.formState.post], (newValue,oldValue)=>{
console.log(newValue); //是数组
console.log(oldValue)
})