当前位置:网站首页>表单校验 v-model 绑定的变量,校验失效的解决方案
表单校验 v-model 绑定的变量,校验失效的解决方案
2022-06-27 05:42:00 【sunyin.liu】
直接上菜
<el-form-item label="身份证件类型:" key="certName" prop="certName2">
<el-select
size="small"
v-model.trim="certName"
placeholder="请选择"
clearable
@change="certNameChange"
>
<el-option
v-for="item in documentTypeOptions"
:key="item.value"
:label="item.name"
:value="item.value"
></el-option>
</el-select>
</el-form-item>data数据
documentCallBackList1: {
fileType: "",
certName: "",
certEffectDate: "",
certExpireDate: "",
certId: "",
certNo:边栏推荐
猜你喜欢

Junda technology - centralized monitoring scheme for multi brand precision air conditioners

导航【机器学习】

Codeforces Round #802 (Div. 2)

Web3 has not been implemented yet, web5 suddenly appears!

QT using Valgrind to analyze memory leaks

Open the door small example to learn ten use case diagrams

关于元器件封装的一些文章和一下我的体会

Avoid asteroids

论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》

How win 10 opens the environment variables window
随机推荐
Machunmei, the first edition of principles and applications of database... Compiled final review notes
Get system volume across platforms in unity
Leetcode99 week race record
Formation and release of function stack frame
Vue学习笔记(五)Vue2页面跳转问题 | vue-router路由概念、分类与使用 | 编程式路由导航 | 路由组件的缓存 | 5种路由导航守卫 | 嵌套路由 | Vue2项目的打包与部署
Obtenir le volume du système à travers les plateformes de l'unit é
openstack实例重启状态就会变成错误处理方法,容器搭建的openstack重启计算节点compute服务方法,开机提示Give root password for maintenance处理方法
Redis4.0新特性-主动内存碎片整理
jq怎么获取倒数的元素
Reading graph augmentations to learn graph representations (lg2ar)
Navigation [machine learning]
思维的技术:如何破解工作生活中的两难冲突?
Mechanical transcoding journal [17] template, STL introduction
RTP 发送PS流工具(已经开源)
Wechat applet refreshes the current page
Go日志-Uber开源库zap使用
Dual position relay dls-34a dc0.5a 220VDC
Some articles about component packaging and my experience
【Cocos Creator 3.5.1】event.getButton()的使用
NEON优化1:软件性能优化、降功耗怎么搞?