Commit 537ebe08 by 乔延琦

Merge branch 'develop-yinliqian' into 'develop'

修改保存提示信息

See merge request GFP/RBC/rbc-frontend!97
parents 7a2ef886 851b6d33
......@@ -45,10 +45,10 @@ export default {
},
doDealWithErrorMessage(type,sourceMessage){
if (!type || !_.isString(type)) {
return this.commonMessage;
return sourceMessage?sourceMessage:this.commonMessage;
}
if (type === ""){
return this.commonMessage;
return sourceMessage?sourceMessage:this.commonMessage;
}
if (type === "backFormulaError") {
return sourceMessage.substring("formulaError:".length)
......
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