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