Просмотр исходного кода

修复不良品新增时选择物品时搜索重置不生效

695593266@qq.com 10 месяцев назад
Родитель
Сommit
8438096406
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/unacceptedProduct/components/EquipmentDialog.vue

+ 1 - 0
src/views/unacceptedProduct/components/EquipmentDialog.vue

@@ -203,6 +203,7 @@
       },
       },
       reset() {
       reset() {
         this.code = null;
         this.code = null;
+        this.searchKey = '';
         this.reload();
         this.reload();
       },
       },
       // 设置选中
       // 设置选中