Commit 5b97c4fc authored by 张伯涛's avatar 张伯涛

晚上修改,同为null问题。

parent dac7427d
...@@ -1852,6 +1852,9 @@ export default { ...@@ -1852,6 +1852,9 @@ export default {
const FROMID = this.$route.query.row.FROMID const FROMID = this.$route.query.row.FROMID
this.$axios.get('http://10.19.103.15:8090/contract/contract/detail/' + FROMID).then(res => { this.$axios.get('http://10.19.103.15:8090/contract/contract/detail/' + FROMID).then(res => {
this.form = res.data.data this.form = res.data.data
if (res.data.data.TZXX === null) {
this.form.TZXX = {}
}
this.form.BUSINESSTYPEName = this.$route.query.businessTypeName this.form.BUSINESSTYPEName = this.$route.query.businessTypeName
if (this.form.PROJNAME === '') { if (this.form.PROJNAME === '') {
this.PROJNAMEDisabled = true 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