是否等保备案bug修改
This commit is contained in:
parent
dcbc08d000
commit
425b8de7c6
|
@ -121,6 +121,11 @@
|
||||||
item.attrType === '等保定级'
|
item.attrType === '等保定级'
|
||||||
) {
|
) {
|
||||||
dataFrom.value.content[1].childrenContent.push(item)
|
dataFrom.value.content[1].childrenContent.push(item)
|
||||||
|
let isAndNo = {
|
||||||
|
attrType: '是否等保备案',
|
||||||
|
attrValue: '是',
|
||||||
|
}
|
||||||
|
dataFrom.value.content[1].childrenContent.push(isAndNo)
|
||||||
} else if (item.attrType === '访问地址') {
|
} else if (item.attrType === '访问地址') {
|
||||||
let obj = {
|
let obj = {
|
||||||
attrType: '访问地址',
|
attrType: '访问地址',
|
||||||
|
@ -133,7 +138,7 @@
|
||||||
let data = [
|
let data = [
|
||||||
{
|
{
|
||||||
attrType: '是否等保备案',
|
attrType: '是否等保备案',
|
||||||
attrValue: '------',
|
attrValue: '否',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
attrType: '等保定级',
|
attrType: '等保定级',
|
||||||
|
|
Loading…
Reference in New Issue