修复打开高级工具去掉默认选中
This commit is contained in:
@@ -163,6 +163,7 @@ export default defineComponent({
|
|||||||
if(value == 'toProduct'){
|
if(value == 'toProduct'){
|
||||||
list.forEach((item:any) => {
|
list.forEach((item:any) => {
|
||||||
item.type = 'DesignOutfit'
|
item.type = 'DesignOutfit'
|
||||||
|
item.isChecked = false
|
||||||
fileList.push(item)
|
fileList.push(item)
|
||||||
item.childList.forEach((child:any) => {
|
item.childList.forEach((child:any) => {
|
||||||
if(child.resultType == 'ToProductImage'){
|
if(child.resultType == 'ToProductImage'){
|
||||||
@@ -174,6 +175,7 @@ export default defineComponent({
|
|||||||
list.forEach((item:any) => {
|
list.forEach((item:any) => {
|
||||||
if(item.childList){
|
if(item.childList){
|
||||||
item.childList.forEach((child:any) => {
|
item.childList.forEach((child:any) => {
|
||||||
|
child.isChecked = false
|
||||||
if(child.resultType == 'ToProductImage' || child.resultType == 'Relight'){
|
if(child.resultType == 'ToProductImage' || child.resultType == 'Relight'){
|
||||||
fileList.push(child)
|
fileList.push(child)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user