|
|
@ -124,6 +124,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
weldLeakRateList({year: this.form.year,month:this.form.month},
|
|
|
|
weldLeakRateList({year: this.form.year,month:this.form.month},
|
|
|
|
).then(response => {
|
|
|
|
).then(response => {
|
|
|
|
|
|
|
|
this.form.year = new Date(this.form.year)
|
|
|
|
this.total = response?.total || 0
|
|
|
|
this.total = response?.total || 0
|
|
|
|
var length = response.data.length;
|
|
|
|
var length = response.data.length;
|
|
|
|
var yname = "";
|
|
|
|
var yname = "";
|
|
|
|