|
@@ -276,10 +276,10 @@ export default {
|
|
|
// 网点变动重新执行辅材获取资料
|
|
|
'shopPurchaseForm.websitId': function () {
|
|
|
this.getVenderGoodsList(this.dataForm.venderId)
|
|
|
+ },
|
|
|
+ searchGoods: function () {
|
|
|
+ this.$refs.goodsTable.clearSelection()
|
|
|
}
|
|
|
- // searchGoods: function () {
|
|
|
- // this.$refs.goodsTable.clearSelection()
|
|
|
- // }
|
|
|
},
|
|
|
mounted() {
|
|
|
this.getDetail()
|