chenrui преди 1 година
родител
ревизия
cbb6a0c4c3
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/purchasingManagement/purchaseOutOfStock/list.vue

+ 2 - 1
src/views/purchasingManagement/purchaseOutOfStock/list.vue

@@ -214,7 +214,8 @@ export default {
       this.$refs.rangeDate.resetDate(this.time)
       this.queryParam.beginDate = undefined
       this.queryParam.endDate = undefined
-      this.queryParam.purchaseTargetName = ''
+      this.queryParam.purchaseTargetSn = undefined
+      this.queryParam.purchaseTargetType = undefined
       this.queryParam.purchaseBillNo = ''
       this.$refs.table.refresh(true)
     },