Commit b2f55148 authored by yanglilong's avatar yanglilong

Merge branch 'yanglilong' of git.ssish.com:sunhailiang/bims into test

parents cae27ef6 d8a41070
......@@ -199,12 +199,14 @@ export default {
.then((res) => {
if (res.returnCode == "0000") {
this.$message.success("保存成功");
this.$router.replace({
path: '/info/companyDetail',
query: {
id: res.content
}
})
if(!this.detailObj.id){
this.$router.replace({
path: '/info/companyDetail',
query: {
id: res.content
}
})
}
} else {
this.$message.error(res.returnMsg);
}
......
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