|
@@ -774,7 +774,7 @@
|
|
|
let URL =
|
|
let URL =
|
|
|
this.type == 'add' ? save : this.type == 'edit' ? update : '';
|
|
this.type == 'add' ? save : this.type == 'edit' ? update : '';
|
|
|
|
|
|
|
|
- this.form.qualityTimeStart = new Date(this.qualityTimeStart);
|
|
|
|
|
|
|
+ this.form.qualityTimeStart = this.qualityTimeStart
|
|
|
|
|
|
|
|
delete this.form['qualityTimeEnd'];
|
|
delete this.form['qualityTimeEnd'];
|
|
|
|
|
|
|
@@ -915,7 +915,7 @@
|
|
|
qualityInventoryList: this.inventoryList
|
|
qualityInventoryList: this.inventoryList
|
|
|
};
|
|
};
|
|
|
console.log(params, 'params');
|
|
console.log(params, 'params');
|
|
|
- return;
|
|
|
|
|
|
|
+
|
|
|
exeReportWork(params)
|
|
exeReportWork(params)
|
|
|
.then((msg) => {
|
|
.then((msg) => {
|
|
|
this.loading = false;
|
|
this.loading = false;
|