Commit 79b3faaa authored by xinzhedeai's avatar xinzhedeai

fix:特种作业新增,作业类型默认值设置

parent ae7cab1d
...@@ -124,7 +124,9 @@ window.addEventListener("load", function() { ...@@ -124,7 +124,9 @@ window.addEventListener("load", function() {
}, 0); }, 0);
var result = JSON.parse(res) var result = JSON.parse(res)
this.tabList4lv2 = result.rows this.tabList4lv2 = result.rows
if(this.flag == 'ADD'){
this.formData.workType = this.tabList4lv2[0].dictValue
}
} }
}) })
}, },
......
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