BUG修改

This commit is contained in:
a0049873 2022-07-15 16:30:13 +08:00
parent 906533e574
commit 02f1de8486
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 16:13:40
* @LastEditTime: 2022-07-15 16:28:56
* @Description: 算法上架
-->
<template>
@ -31,14 +31,12 @@
></put-on-the-shelf>
<put-on-the-shelf
v-else-if="showView === '算法优势'"
ref="sfys"
:refData="refData"
:dataFrom="dataFrom"
:configure="sfys"
></put-on-the-shelf>
<put-on-the-shelf
v-else-if="showView === '应用场景'"
ref="yycj"
:refData="refData"
:dataFrom="dataFrom"
:configure="yycj"

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-17 14:11:08
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-15 14:57:15
* @LastEditTime: 2022-07-15 16:21:41
* @Description: 上架
-->
<template>
@ -348,6 +348,9 @@
// }]
})
// console.log('props==========>', props)
const changeAdd = () => {
console.log('子组件方法触发~')
}
const data = ref({
list: [],
})