图片判断 默认智能算法
This commit is contained in:
parent
6539637031
commit
48971f001a
|
@ -39,6 +39,9 @@
|
||||||
? 'yyzy'
|
? 'yyzy'
|
||||||
: !item.type
|
: !item.type
|
||||||
? 'sjzy'
|
? 'sjzy'
|
||||||
|
: !item.infoList ||
|
||||||
|
!item.infoList.filter((val) => val.attrType == '组件类型')[0]
|
||||||
|
? 'znsf'
|
||||||
: item.infoList &&
|
: item.infoList &&
|
||||||
item.infoList.filter((val) => val.attrType == '组件类型')[0]
|
item.infoList.filter((val) => val.attrType == '组件类型')[0]
|
||||||
.attrValue == '智能算法'
|
.attrValue == '智能算法'
|
||||||
|
|
|
@ -753,7 +753,7 @@
|
||||||
// 详情
|
// 详情
|
||||||
const showItem = (id, type, delFlag, note1) => {
|
const showItem = (id, type, delFlag, note1) => {
|
||||||
if (type == '基础设施') {
|
if (type == '基础设施') {
|
||||||
console.log()
|
// console.log()
|
||||||
let arr = JSON.parse(note1)
|
let arr = JSON.parse(note1)
|
||||||
xVideoList.value = []
|
xVideoList.value = []
|
||||||
arr.map((val) => {
|
arr.map((val) => {
|
||||||
|
|
Loading…
Reference in New Issue