瀏覽代碼

修改bug

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