处理编辑是删除商品无效
This commit is contained in:
@ -48,6 +48,13 @@ export default {
|
||||
required: true
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
"form.product":function(val){
|
||||
if(val){
|
||||
this.getGoods(val)
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
loading: false, dialog: false,
|
||||
|
Reference in New Issue
Block a user