|
|
|
|
@ -40,10 +40,14 @@
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
const ReportInfo = async () => {
|
|
|
|
|
uni.showLoading({
|
|
|
|
|
title: '加载中...'
|
|
|
|
|
});
|
|
|
|
|
const response = await ReportInfoAction({
|
|
|
|
|
id: $props.id
|
|
|
|
|
})
|
|
|
|
|
$response(response, () => {
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
report_content.value = {
|
|
|
|
|
content: response.data.content,
|
|
|
|
|
conclusion: response.data.conclusion,
|
|
|
|
|
|