|
@@ -297,6 +297,7 @@ const periodChange = () => {
|
|
//计量期相关的数据
|
|
//计量期相关的数据
|
|
const setBasePeriodForm = (periodId) => {
|
|
const setBasePeriodForm = (periodId) => {
|
|
if (dataId.value) return
|
|
if (dataId.value) return
|
|
|
|
+ treeAutoExpandKeys.value = getStoreValue('middlepay-tree-auto-expand-keys') || []
|
|
const periods = period.value
|
|
const periods = period.value
|
|
baseForm.value.contractPeriodId = periodId
|
|
baseForm.value.contractPeriodId = periodId
|
|
const periodData = periods.find((item) => item.id === periodId)
|
|
const periodData = periods.find((item) => item.id === periodId)
|