chenrui 1 年間 前
コミット
cbb6a0c4c3

+ 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)
     },