Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
b0ba299760
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/purchasingManagement/purchaseReturn/list.vue

+ 3 - 1
src/views/purchasingManagement/purchaseReturn/list.vue

@@ -108,7 +108,8 @@ export default {
         beginDate: '',
         endDate: '',
         purchaseReturnNo: '', //  退货单号
-        state: undefined //  业务状态
+        state: undefined, //  业务状态
+        settleState: undefined
       },
       disabled: false, //  查询、重置按钮是否可操作
       tableHeight: 0,
@@ -155,6 +156,7 @@ export default {
       this.queryParam.endDate = ''
       this.queryParam.purchaseReturnNo = ''
       this.queryParam.state = undefined
+      this.queryParam.settleState = undefined
       this.$refs.table.refresh(true)
     },
     //  删除