等保备案bug
This commit is contained in:
parent
d36a5fc3a0
commit
bc1d36dae9
|
@ -68,11 +68,13 @@
|
||||||
item.attrType === '部署位置'
|
item.attrType === '部署位置'
|
||||||
) {
|
) {
|
||||||
dataFrom.value.content[0].childrenContent.push(item)
|
dataFrom.value.content[0].childrenContent.push(item)
|
||||||
} else if (
|
} else if (item.attrType === '等保定级') {
|
||||||
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: '访问地址',
|
||||||
|
@ -85,7 +87,7 @@
|
||||||
let data = [
|
let data = [
|
||||||
{
|
{
|
||||||
attrType: '是否等保备案',
|
attrType: '是否等保备案',
|
||||||
attrValue: '------',
|
attrValue: '否',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
attrType: '等保定级',
|
attrType: '等保定级',
|
||||||
|
@ -116,10 +118,7 @@
|
||||||
item.attrType === '部署位置'
|
item.attrType === '部署位置'
|
||||||
) {
|
) {
|
||||||
dataFrom.value.content[0].childrenContent.push(item)
|
dataFrom.value.content[0].childrenContent.push(item)
|
||||||
} else if (
|
} else if (item.attrType === '等保定级') {
|
||||||
item.attrType === '是否等保备案' ||
|
|
||||||
item.attrType === '等保定级'
|
|
||||||
) {
|
|
||||||
dataFrom.value.content[1].childrenContent.push(item)
|
dataFrom.value.content[1].childrenContent.push(item)
|
||||||
let isAndNo = {
|
let isAndNo = {
|
||||||
attrType: '是否等保备案',
|
attrType: '是否等保备案',
|
||||||
|
@ -135,6 +134,7 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (dataFrom.value.content[1].childrenContent.length <= 0) {
|
if (dataFrom.value.content[1].childrenContent.length <= 0) {
|
||||||
|
debugger
|
||||||
let data = [
|
let data = [
|
||||||
{
|
{
|
||||||
attrType: '是否等保备案',
|
attrType: '是否等保备案',
|
||||||
|
|
Loading…
Reference in New Issue