lilei 2 년 전
부모
커밋
24b616cab4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/salesReturnManagement/salesReturn/queryPart.vue

+ 4 - 4
src/views/salesReturnManagement/salesReturn/queryPart.vue

@@ -118,8 +118,8 @@ export default {
       buyerSn: '',
       priceType: '',
       queryParam: { //  查询条件
-        productName: '', // 产品名称
-        productCode: '' //  产品编码
+        name: '', // 产品名称
+        code: '' //  产品编码
       },
       disabled: false, //  查询、重置按钮是否可操作
       columns: [],
@@ -161,8 +161,8 @@ export default {
     },
     //  重置
     resetSearchForm () {
-      this.queryParam.productName = ''
-      this.queryParam.productCode = ''
+      this.queryParam.name = ''
+      this.queryParam.code = ''
       this.$refs.table.refresh(true)
     },
     pageInit (buyerSn, warehouseSn) {