|
@@ -16,7 +16,7 @@ export const sizeList = [
|
|
|
{ value: 'mini', label: '迷你' },
|
|
|
]
|
|
|
|
|
|
-export function getFillProperty() {
|
|
|
+export function getRecordInputProperty() {
|
|
|
return {
|
|
|
serial_number: 1,
|
|
|
sn_type: serialNumberTypeList[0].value,
|
|
@@ -25,11 +25,11 @@ export function getFillProperty() {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
-export function getFillData() {
|
|
|
+export function getRecordInputData() {
|
|
|
return {
|
|
|
type: 'record_input',
|
|
|
title: '录音组件',
|
|
|
- property: getFillProperty(),
|
|
|
+ property: getRecordInputProperty(),
|
|
|
size: 'promax',
|
|
|
is_enable_score: switchOption[0].value,
|
|
|
is_enable_input: switchOption[0].value,
|