处理一些bug
This commit is contained in:
@@ -271,8 +271,8 @@ export default {
|
|||||||
privacyLevel:'',
|
privacyLevel:'',
|
||||||
tags:'',
|
tags:'',
|
||||||
mainContent:'',
|
mainContent:'',
|
||||||
fileId:[],
|
fileId:'',
|
||||||
fileName:[],
|
fileName:'',
|
||||||
fileList:[]
|
fileList:[]
|
||||||
}
|
}
|
||||||
this.applicationForm = {
|
this.applicationForm = {
|
||||||
|
|||||||
@@ -141,6 +141,9 @@ export default {
|
|||||||
submitJson:''
|
submitJson:''
|
||||||
}
|
}
|
||||||
let temp=JSON.parse(this.check.submitJson)
|
let temp=JSON.parse(this.check.submitJson)
|
||||||
|
if (temp == null){
|
||||||
|
temp = {}
|
||||||
|
}
|
||||||
temp.flag = this.flag
|
temp.flag = this.flag
|
||||||
temp.approvalOpinion=this.approveForm.approvalOpinion
|
temp.approvalOpinion=this.approveForm.approvalOpinion
|
||||||
obj.submitJson =JSON.stringify(temp)
|
obj.submitJson =JSON.stringify(temp)
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
return {
|
return {
|
||||||
modelId : '',
|
modelId : '',
|
||||||
name: '',
|
name: '',
|
||||||
actUrl: 'http://10.0.10.173:7060/modeler.html?modelId='
|
actUrl: 'http://localhost:7060/modeler.html?modelId='
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user