yshop1.8.1修复库存显示问题、修复评价等问题,明细可登陆后台查看

This commit is contained in:
hupeng
2020-01-11 18:13:49 +08:00
parent 0fade96648
commit 01fc47665b
2 changed files with 17 additions and 1 deletions

View File

@ -381,6 +381,7 @@ export default {
setAttr(this.form.id, { items: this.items, attrs: this.attrs }).then(res => {
this.attrs = res
Message({ message: '操作成功', type: 'success' })
this.$parent.init()
}).catch(err => {
this.loading = false
console.log(err.response.data.message)