|
@@ -380,6 +380,7 @@ function formConfig(): ProFormColumnsType<{
|
|
|
valueType: 'select',
|
|
|
dataIndex: "backRate",
|
|
|
title: "回传概率",
|
|
|
+ initialValue:0,
|
|
|
colProps: { span: 7 },
|
|
|
preserve: true,
|
|
|
hideInForm: backType !== 1,
|
|
@@ -740,6 +741,7 @@ function formConfig(): ProFormColumnsType<{
|
|
|
dataIndex: "backRate",
|
|
|
title: "回传概率",
|
|
|
colProps: { span: 7 },
|
|
|
+ initialValue:0,
|
|
|
preserve: true,
|
|
|
hideInForm: backType !== 1,
|
|
|
convertValue: (value) => {
|