Commit 14264cef authored by 张伯涛's avatar 张伯涛

修改

parent d57cab5c
......@@ -1857,6 +1857,11 @@ export default {
if (res.data.data.TZXX === null) {
this.form.TZXX = {}
}
if (res.data.data.SPXX === null || res.data.data.SPXX.length === 0) {
this.form.SPXX = [
{ EXAMDATE: '', EXAMROLE: '', OPERATOR: '', EXAMOPINION: '', EXAMRESULT: '' }
]
}
this.form.BUSINESSTYPEName = this.$route.query.businessTypeName
if (this.form.PROJNAME === '') {
this.PROJNAMEDisabled = true
......
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