西海岸-智能算法:容错处理
This commit is contained in:
parent
7f884528e9
commit
856cf3e41f
|
@ -639,7 +639,9 @@ export default defineComponent({
|
|||
// 西海岸-智能算法 特殊处理
|
||||
if (whoShow1.value.itShowXiHaiAn) {
|
||||
if (tag.dict_label == '智能算法' && checked) {
|
||||
ListContent.records.splice(2, 1, ListContentCopy.value[2])
|
||||
if(ListContentCopy.value[2]) {
|
||||
ListContent.records.splice(2, 1, ListContentCopy.value[2])
|
||||
}
|
||||
} else {
|
||||
if (name == '组件类型') {
|
||||
ListContent.records.splice(2, 1)
|
||||
|
|
Loading…
Reference in New Issue