Commit 87422982 authored by xinzhedeai's avatar xinzhedeai

备案跳转

parent 7dd87ce9
...@@ -61,6 +61,11 @@ ...@@ -61,6 +61,11 @@
<span>隐患审核</span> <span>隐患审核</span>
</p> </p>
</div> </div>
<div class="item">
<p class="bgImg" @click="nav('dw-list')">
<span>危险作业备案</span>
</p>
</div>
<div class="item"> <div class="item">
</div> </div>
......
...@@ -116,6 +116,7 @@ window.addEventListener("load", function() { ...@@ -116,6 +116,7 @@ window.addEventListener("load", function() {
}).then((res) => { }).then((res) => {
console.log('响应结果', res.content) console.log('响应结果', res.content)
this.form = res.content[0] this.form = res.content[0]
this.form.filePathList = res.content[0].filePathList || []
if(this.form.workTime && this.form.workTime.length){ if(this.form.workTime && this.form.workTime.length){
this.form.workTime1 = this.form.workTime[0] this.form.workTime1 = this.form.workTime[0]
this.form.workTime2 = this.form.workTime[1] this.form.workTime2 = this.form.workTime[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment