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

优化

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