提交 e16b80f0 authored 作者: 刘旭's avatar 刘旭

优化

上级 42102902
......@@ -121,6 +121,14 @@ const search = () => {
const addlicInfo = () => {
licInfoForm.title = '新增'
licInfoForm.formLicInfo = {
macAddress: '',
effectiveTime: '',
fileEffectiveTime: '',
verificationInterval: '',
moduleVerification: '',
lqLicName: ''
}
licInfoForm.dialogVisible = true
}
......@@ -231,13 +239,7 @@ const handleExport = (data: any) => {
}
const handleClose = () => {
licInfoForm.formLicInfo = {
macAddress: '',
effectiveTime: '',
fileEffectiveTime: '',
verificationInterval: '',
moduleVerification: ''
}
licInfoRef.value?.resetFields()
licInfoForm.dialogVisible = false
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论