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