提交 12b89e58 authored 作者: kxjia's avatar kxjia

完善功能

上级 574734b0
......@@ -33,7 +33,7 @@ export const tableFormData = [
{ type: 'text', value: '<strong>网络安全责任制建立情况</strong>' },
{ type: 'br' },
{ type: 'text', value: '建立并落实网络安全工作责任制' },
{ type: 'radio-group', field: 'C23A001', options: ['是', '否'] },
{ type: 'radio-group', field: 'C23A001', options: ['是', '否'] ,value:''},
{ type: 'br' },
{ type: 'text', value: '网络安全第一责任人:' },
{ type: 'text', value: '姓名' },
......
......@@ -652,7 +652,6 @@ const collectVxeTableData = async () => {
}
}
if (formData.footer) {
alert(formData.footerPcode)
for (const [code, value] of Object.entries(formData.footer)) {
await addFormValue(formData.footerPcode, code, value, 1)
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论