hcui-package 2.0.92 → 2.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/hcui-package.es.js
CHANGED
|
@@ -82246,8 +82246,8 @@ const Lte = {
|
|
|
82246
82246
|
}).map((y) => ({
|
|
82247
82247
|
...y,
|
|
82248
82248
|
[n.changeDescriptionField]: "数据重复"
|
|
82249
|
-
})), v = [...p, ...b, ...x]
|
|
82250
|
-
return i.value = v.map((y) => y.uuid || y.id || y[n.codeField]), {
|
|
82249
|
+
})), v = [...p, ...b, ...x];
|
|
82250
|
+
return i.value = v.filter((y) => n.filterSelected(y)).map((y) => y.uuid || y.id || y[n.codeField]), {
|
|
82251
82251
|
added: p,
|
|
82252
82252
|
updated: b,
|
|
82253
82253
|
duplicated: x,
|