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