浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
08962a405b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/auxiliaryFittings/shop/components/PurchaseApplyArea.vue

+ 3 - 3
src/views/auxiliaryFittings/shop/components/PurchaseApplyArea.vue

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