a7b9bee0 by 任超

style:编辑

1 parent f0bb1297
...@@ -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)
......