kts-component-invoice-operate 3.0.6 → 3.0.7
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
|
@@ -10152,7 +10152,7 @@ var useColumns = (function (form) {
|
|
|
10152
10152
|
ellipsis: true
|
|
10153
10153
|
});
|
|
10154
10154
|
});
|
|
10155
|
-
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model]);
|
|
10155
|
+
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model, columnsReplenish]);
|
|
10156
10156
|
React.useEffect(function () {
|
|
10157
10157
|
if (!changeField) return;
|
|
10158
10158
|
var t = setTimeout(function () {
|
package/dist/index.js
CHANGED
|
@@ -10162,7 +10162,7 @@ var useColumns = (function (form) {
|
|
|
10162
10162
|
ellipsis: true
|
|
10163
10163
|
});
|
|
10164
10164
|
});
|
|
10165
|
-
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model]);
|
|
10165
|
+
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model, columnsReplenish]);
|
|
10166
10166
|
React__default['default'].useEffect(function () {
|
|
10167
10167
|
if (!changeField) return;
|
|
10168
10168
|
var t = setTimeout(function () {
|
package/package.json
CHANGED
|
@@ -500,7 +500,7 @@ export default (form: WrappedFormUtils) => {
|
|
|
500
500
|
ellipsis: true,
|
|
501
501
|
};
|
|
502
502
|
}) as any[];
|
|
503
|
-
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model]);
|
|
503
|
+
}, [isTaxIncluded, editGood, controller, changeField, deduction, isMyShow, searchValue, model, columnsReplenish]);
|
|
504
504
|
|
|
505
505
|
React.useEffect(() => {
|
|
506
506
|
if (!changeField) return;
|