bxs-tools-ui 3.0.0-4 → 3.0.0-5
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/es/add-and-take/index.js +1 -1
- package/es/index.js +2 -2
- package/lib/add-and-take/index.js +1 -1
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/packages/add-and-take/index.vue +1 -1
- package/packages/index.ts +1 -1
package/es/add-and-take/index.js
CHANGED
|
@@ -2611,7 +2611,7 @@ const script = {
|
|
|
2611
2611
|
|
|
2612
2612
|
// 减保1领取,清空减保2领取的数据
|
|
2613
2613
|
if (newRecordData && columnKey === 'draw_value') {
|
|
2614
|
-
reqParams.duplicateDrawData =
|
|
2614
|
+
reqParams.duplicateDrawData = initDefaultAddAndTakeData('take').addAndTakeData;
|
|
2615
2615
|
}
|
|
2616
2616
|
return _context.abrupt("return", getInsuranceInterestDetail(reqParams, {
|
|
2617
2617
|
scene: scene,
|
package/es/index.js
CHANGED
|
@@ -4702,7 +4702,7 @@ const script$L = {
|
|
|
4702
4702
|
|
|
4703
4703
|
// 减保1领取,清空减保2领取的数据
|
|
4704
4704
|
if (newRecordData && columnKey === 'draw_value') {
|
|
4705
|
-
reqParams.duplicateDrawData =
|
|
4705
|
+
reqParams.duplicateDrawData = initDefaultAddAndTakeData('take').addAndTakeData;
|
|
4706
4706
|
}
|
|
4707
4707
|
return _context.abrupt("return", getInsuranceInterestDetail(reqParams, {
|
|
4708
4708
|
scene: scene,
|
|
@@ -39531,7 +39531,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
39531
39531
|
install(window.Vue);
|
|
39532
39532
|
}
|
|
39533
39533
|
const index = {
|
|
39534
|
-
version: '3.0.0-
|
|
39534
|
+
version: '3.0.0-5',
|
|
39535
39535
|
install: install
|
|
39536
39536
|
};
|
|
39537
39537
|
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
|
|
2606
2606
|
// 减保1领取,清空减保2领取的数据
|
|
2607
2607
|
if (newRecordData && columnKey === 'draw_value') {
|
|
2608
|
-
reqParams.duplicateDrawData =
|
|
2608
|
+
reqParams.duplicateDrawData = initDefaultAddAndTakeData('take').addAndTakeData;
|
|
2609
2609
|
}
|
|
2610
2610
|
return _context.abrupt("return", getInsuranceInterestDetail(reqParams, {
|
|
2611
2611
|
scene: scene,
|
package/lib/index.js
CHANGED
|
@@ -4692,7 +4692,7 @@
|
|
|
4692
4692
|
|
|
4693
4693
|
// 减保1领取,清空减保2领取的数据
|
|
4694
4694
|
if (newRecordData && columnKey === 'draw_value') {
|
|
4695
|
-
reqParams.duplicateDrawData =
|
|
4695
|
+
reqParams.duplicateDrawData = initDefaultAddAndTakeData('take').addAndTakeData;
|
|
4696
4696
|
}
|
|
4697
4697
|
return _context.abrupt("return", getInsuranceInterestDetail(reqParams, {
|
|
4698
4698
|
scene: scene,
|
|
@@ -39521,7 +39521,7 @@
|
|
|
39521
39521
|
install(window.Vue);
|
|
39522
39522
|
}
|
|
39523
39523
|
var index = {
|
|
39524
|
-
version: '3.0.0-
|
|
39524
|
+
version: '3.0.0-5',
|
|
39525
39525
|
install: install
|
|
39526
39526
|
};
|
|
39527
39527
|
|
package/package.json
CHANGED
|
@@ -307,7 +307,7 @@ export default {
|
|
|
307
307
|
|
|
308
308
|
// 减保1领取,清空减保2领取的数据
|
|
309
309
|
if (newRecordData && columnKey === 'draw_value') {
|
|
310
|
-
reqParams.duplicateDrawData =
|
|
310
|
+
reqParams.duplicateDrawData = initDefaultAddAndTakeData('take').addAndTakeData;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
return getInsuranceInterestDetail(reqParams, {
|