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