|
@@ -330,9 +330,9 @@ watch(() => FormDataList.value, val => {
|
|
|
}
|
|
|
})
|
|
|
formState.value.userId = Number(formState.value.userId)
|
|
|
- if (val.pricing !== '') {
|
|
|
- formState.value.pricing = val.pricing.match(/\d+/)[0] || ''
|
|
|
- }
|
|
|
+ // if (val.pricing !== '') {
|
|
|
+ // formState.value.pricing = val.pricing.match(/\d+/)[0] || ''
|
|
|
+ // }
|
|
|
if (val.settlementCycle) {
|
|
|
formState.value.settlementCycleMap.starTime = val.settlementCycle.split('~')[0] || ''
|
|
|
formState.value.settlementCycleMap.endTime = val.settlementCycle.split('~')[1] || ''
|