This commit is contained in:
Vce 2024-05-02 01:42:38 +08:00
parent 4bbd45c58f
commit 8a5ee8f969

View File

@ -1,6 +1,6 @@
<template> <template>
<view class="danger-project"> <view class="danger-project">
<view class="finally"> <view class="finally" >
<view style="padding:10px;"> <view style="padding:10px;">
危大工程名称基坑 危大工程名称基坑
</view> </view>
@ -26,7 +26,7 @@
props:['detailId'], props:['detailId'],
data() { data() {
return { return {
finallyCheckList: [],
}; };
}, },
created() { created() {
@ -44,6 +44,8 @@
success:res=>{ success:res=>{
uni.hideLoading() uni.hideLoading()
console.log("xmgl/xzDangerousEngineeringAcceptance/list",res); console.log("xmgl/xzDangerousEngineeringAcceptance/list",res);
this.finallyCheckList = res.result;
} }
}) })
}, },