fix: i18n and dialog state
This commit is contained in:
parent
e3b1693214
commit
8c4b31b06b
3 changed files with 7 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ function convertToTable(nodes: Node[]) {
|
|||
if (v.checked) return v;
|
||||
return [];
|
||||
};
|
||||
pageState.productServiceModal = false;
|
||||
productServiceList.value = nodes.flatMap(_recursive).map((v) => v.value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue