处理编辑是删除商品无效

This commit is contained in:
朱耘稷
2020-12-17 19:11:52 +08:00
committed by xuwenbo
parent c9714d8342
commit e4dc446a94

View File

@ -48,6 +48,13 @@ export default {
required: true
}
},
watch: {
"form.product":function(val){
if(val){
this.getGoods(val)
}
}
},
data() {
return {
loading: false, dialog: false,