|
|
@ -137,10 +137,10 @@ |
|
|
|
<el-icon :style="iconStyle"> |
|
|
|
<el-icon :style="iconStyle"> |
|
|
|
<!-- <office-building /> --> |
|
|
|
<!-- <office-building /> --> |
|
|
|
</el-icon> |
|
|
|
</el-icon> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions-item> |
|
|
|
</el-descriptions> |
|
|
|
</el-descriptions> |
|
|
|
<!-- <el-button type="primary" @click="bkbut">返回</el-button> --> |
|
|
|
<!-- <el-button type="primary" @click="bkbut">返回</el-button> --> |
|
|
@ -165,8 +165,11 @@ watchEffect(()=>{ |
|
|
|
init() |
|
|
|
init() |
|
|
|
}) |
|
|
|
}) |
|
|
|
async function init() { |
|
|
|
async function init() { |
|
|
|
|
|
|
|
if(!!details.id){ |
|
|
|
let res=await getDetail(details.id) |
|
|
|
let res=await getDetail(details.id) |
|
|
|
details.detail=res.data.data |
|
|
|
details.detail=res.data.data |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
function bkbut(){ |
|
|
|
function bkbut(){ |
|
|
|
router.go(-1) |
|
|
|
router.go(-1) |
|
|
|