@@ -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();
// 监听 子组件弹窗关闭后触发,有子组件调用