Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
dcbc08d000
|
@ -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"
|
||||
|
|
|
@ -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: [],
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue