|
@@ -643,6 +643,9 @@ export default {
|
|
this.screenForm.logisticsId =''
|
|
this.screenForm.logisticsId =''
|
|
this.screenForm.warehouse = ''
|
|
this.screenForm.warehouse = ''
|
|
this.screenForm.status = '0'
|
|
this.screenForm.status = '0'
|
|
|
|
+ this.dataList = [];
|
|
|
|
+ this.listTotal = 0;
|
|
|
|
+ this.listLoading = false;
|
|
},
|
|
},
|
|
getDate() {
|
|
getDate() {
|
|
var date = new Date();
|
|
var date = new Date();
|