kts-component-invoice-operate 3.2.215 → 3.2.216
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/index.esm.js
CHANGED
|
@@ -26338,9 +26338,10 @@ var ImportGoodsDrawer = (function () {
|
|
|
26338
26338
|
while (1) {
|
|
26339
26339
|
switch (_context.prev = _context.next) {
|
|
26340
26340
|
case 0:
|
|
26341
|
+
s.goodsListState.importGoods.filter = {};
|
|
26341
26342
|
s.goodsListState.importGoods.isVisibleDrawer = false;
|
|
26342
26343
|
|
|
26343
|
-
case
|
|
26344
|
+
case 2:
|
|
26344
26345
|
case "end":
|
|
26345
26346
|
return _context.stop();
|
|
26346
26347
|
}
|
package/dist/index.js
CHANGED
|
@@ -26348,9 +26348,10 @@ var ImportGoodsDrawer = (function () {
|
|
|
26348
26348
|
while (1) {
|
|
26349
26349
|
switch (_context.prev = _context.next) {
|
|
26350
26350
|
case 0:
|
|
26351
|
+
s.goodsListState.importGoods.filter = {};
|
|
26351
26352
|
s.goodsListState.importGoods.isVisibleDrawer = false;
|
|
26352
26353
|
|
|
26353
|
-
case
|
|
26354
|
+
case 2:
|
|
26354
26355
|
case "end":
|
|
26355
26356
|
return _context.stop();
|
|
26356
26357
|
}
|
package/package.json
CHANGED
|
@@ -14,7 +14,10 @@ export default () => {
|
|
|
14
14
|
const topExpand = controller.useMemo(s => s.goodsListState.importGoods.topExpand, []);
|
|
15
15
|
|
|
16
16
|
const onClose = React.useCallback(() => {
|
|
17
|
-
controller.pipeline(async s => {
|
|
17
|
+
controller.pipeline(async s => {
|
|
18
|
+
s.goodsListState.importGoods.filter = {};
|
|
19
|
+
s.goodsListState.importGoods.isVisibleDrawer = false;
|
|
20
|
+
})();
|
|
18
21
|
}, [controller]);
|
|
19
22
|
|
|
20
23
|
return (
|