sc
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</template>
|
||||
<script name="DialogFeebackAudit" setup>
|
||||
import { getFollowUserList } from '@/api/clue'
|
||||
import { auditPayment } from '@/api/clue/payment'
|
||||
import { auditPayment, getPaymentDetail } from '@/api/clue/payment'
|
||||
import { dateFormatter, formatDate } from '@/utils/formatTime'
|
||||
import {} from '@/utils/formatTime'
|
||||
const message = useMessage() // 消息弹窗
|
||||
@@ -126,7 +126,7 @@ const open = async (row) => {
|
||||
dialogTitle.value = '回款审核'
|
||||
resetForm(row.id)
|
||||
// 设置数据
|
||||
orderInfo.value = { ...row }
|
||||
orderInfo.value = await getPaymentDetail({ id: row.id })
|
||||
// 获取跟进信息
|
||||
getFollowInfo(row.clueId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user