Commit 9d501ea4 authored by huangjie's avatar huangjie

项目详情保存成功不提示

parent a7003755
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
return false return false
editXMNR(param).then(result=>{ editXMNR(param).then(result=>{
if(result.code == 200){ if(result.code == 200){
this.$message.success('修改成功!') // this.$message.success('修改成功!')
if(param.investmentAmount){//修改项目阶段 if(param.investmentAmount){//修改项目阶段
this.$emit('Refrehmoney') this.$emit('Refrehmoney')
} }
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
editXMNR(JSON.stringify(params)).then(res=>{ editXMNR(JSON.stringify(params)).then(res=>{
if (res.code == 200){ if (res.code == 200){
if(!param.projectStage){ if(!param.projectStage){
this.$message.success('修改成功!') // this.$message.success('修改成功!')
} }
}else{ }else{
this.$message.error(res.msg) this.$message.error(res.msg)
......
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
} }
editXMNR(JSON.stringify(params)).then(res=>{ editXMNR(JSON.stringify(params)).then(res=>{
if (res.code == 200){ if (res.code == 200){
this.$message.success('修改成功!') // this.$message.success('修改成功!')
if(this.nowedit == 1){ if(this.nowedit == 1){
let _this = this let _this = this
setTimeout(function() { setTimeout(function() {
......
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