dev
This commit is contained in:
parent
4bbd45c58f
commit
8a5ee8f969
@ -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;
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user