소스 검색

修改重置

qukaidi 4 년 전
부모
커밋
365a7885b2
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/track/cabinet/index.vue

+ 6 - 1
src/views/track/cabinet/index.vue

@@ -588,6 +588,11 @@ export default {
         mdLoadAddr: null,
         unLoadAddr: null,
         cLoadDate: null,
+        billKind:null,
+        carregNo:null,
+        mBillNo:null,
+        orderNo:null,
+        acceptDateList:null,
       },
       showSetting: false,
       drag: false,
@@ -1177,7 +1182,7 @@ export default {
     },
     /** 重置按钮操作 */
     resetQuery() {
-      this.resetForm("queryForm");
+      this.queryParams=this.$options.data().queryParams;
       this.handleQuery();
     },
     // 监听 子组件弹窗关闭后触发,有子组件调用