<el-from ref="formRef">
<!-- code -->
</el-from>
<script>
import { ref, unref } from 'vue'
const formRef = ref(null)
const resetForm = () => {
let form = unref(formRef)//这个是重要的一步
form.resetFields()
}
</script>
<el-from ref="formRef">
<!-- code -->
</el-from>
<script>
import { ref, unref } from 'vue'
const formRef = ref(null)
const resetForm = () => {
let form = unref(formRef)//这个是重要的一步
form.resetFields()
}
</script>
CRStudio阅读 365
xiaoyan2017阅读 1.3k
张旭超赞 1阅读 535
云风赞 1阅读 500
云风阅读 743
Max迪丶先生阅读 680
云风赞 1阅读 313
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。