Commit 68d719b7 authored by 黄媛媛's avatar 黄媛媛

修改跳转地址,财务流程

parent 1b51b4e6
...@@ -482,7 +482,7 @@ export default { ...@@ -482,7 +482,7 @@ export default {
url="http://www.test.com:8080/#/Home"; url="http://www.test.com:8080/#/Home";
}else{ }else{
// 还未修改正式地址 // 还未修改正式地址
url="http://yx.oytour.com/#/"; url="http://property.oytour.com";
} }
window.open(url) window.open(url)
}, },
......
...@@ -601,6 +601,7 @@ export default { ...@@ -601,6 +601,7 @@ export default {
ShowEmployeeList:[], ShowEmployeeList:[],
ShowDepartmentList:[], ShowDepartmentList:[],
PropertyType:'', PropertyType:'',
TemplateSorce:2,
}, },
AuditUserList:{ AuditUserList:{
EmName:'', EmName:'',
...@@ -1079,7 +1080,8 @@ export default { ...@@ -1079,7 +1080,8 @@ export default {
Id:this.addMsg.Workflow_Condition.Id, Id:this.addMsg.Workflow_Condition.Id,
AuditList:[], AuditList:[],
AuditUserList:[], AuditUserList:[],
} },
TemplateSorce:2,
} }
this.$message.error(res.data.message) this.$message.error(res.data.message)
return return
......
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