fix: bug#11883、11895
This commit is contained in:
parent
d933bb7869
commit
3f1e9f4980
|
@ -43,7 +43,6 @@ export function optimizeDeps() {
|
|||
]
|
||||
let concat = config.optimizeDeps.include.concat(components)
|
||||
config.optimizeDeps.include = Array.from(new Set(concat))
|
||||
console.log(config.optimizeDeps.include)
|
||||
}
|
||||
}
|
||||
}
|
|
@ -198,6 +198,7 @@ watch(
|
|||
if (value.id) {
|
||||
formData.value = {
|
||||
...value,
|
||||
mode: value.mode.value,
|
||||
releaseType: value?.deviceId ? 'part' : 'all',
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue