处理一些bug

This commit is contained in:
lixuetao
2023-12-13 20:02:49 +08:00
parent 60d6de42d0
commit 840df7766e
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -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() {