|
@@ -195,8 +195,9 @@ const costVisible = ref(false)
|
|
|
const moneyCostRef = ref(null)
|
|
|
const clickCostHandle = (row) => {
|
|
|
costVisible.value = true
|
|
|
- console.log(row)
|
|
|
- moneyCostRef?.value?.initDetailCoast(row.id)
|
|
|
+ nextTick(() => {
|
|
|
+ moneyCostRef?.value?.initDetailCoast(row.id)
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
const infoList: any = ref([
|