kts-component-invoice-operate 3.2.232 → 3.2.233
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
|
@@ -28380,7 +28380,7 @@ var useColumns$3 = (function (form) {
|
|
|
28380
28380
|
|
|
28381
28381
|
case 2:
|
|
28382
28382
|
controller.setEditPay({
|
|
28383
|
-
|
|
28383
|
+
channel: value
|
|
28384
28384
|
});
|
|
28385
28385
|
|
|
28386
28386
|
case 3:
|
package/dist/index.js
CHANGED
|
@@ -28390,7 +28390,7 @@ var useColumns$3 = (function (form) {
|
|
|
28390
28390
|
|
|
28391
28391
|
case 2:
|
|
28392
28392
|
controller.setEditPay({
|
|
28393
|
-
|
|
28393
|
+
channel: value
|
|
28394
28394
|
});
|
|
28395
28395
|
|
|
28396
28396
|
case 3:
|
package/package.json
CHANGED
|
@@ -82,7 +82,7 @@ export default (form: WrappedFormUtils) => {
|
|
|
82
82
|
getPopupContainer={() => rootElement || document.body}
|
|
83
83
|
onChange={async (value) => {
|
|
84
84
|
await controller.wait()
|
|
85
|
-
controller.setEditPay({
|
|
85
|
+
controller.setEditPay({ channel: value });
|
|
86
86
|
}}
|
|
87
87
|
>
|
|
88
88
|
{(record.vehicleList || vehicleTypeList).map((e, i) => {
|