style:编辑
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -415,7 +415,7 @@ export default { | ... | @@ -415,7 +415,7 @@ export default { |
| 415 | }).then(res => { | 415 | }).then(res => { |
| 416 | if (res.code == 200) { | 416 | if (res.code == 200) { |
| 417 | _this.$message({ | 417 | _this.$message({ |
| 418 | message: '新增成功', | 418 | message: '保存成功', |
| 419 | type: 'success' | 419 | type: 'success' |
| 420 | }) | 420 | }) |
| 421 | _this._getDetails(_this.dbBsm) | 421 | _this._getDetails(_this.dbBsm) | ... | ... |
-
Please register or sign in to post a comment