|
|
|
@ -697,7 +697,7 @@ export default defineComponent({
|
|
|
|
if (res.code === 200) {
|
|
|
|
if (res.code === 200) {
|
|
|
|
this.loading3 = false;
|
|
|
|
this.loading3 = false;
|
|
|
|
this.loading1 = false;
|
|
|
|
this.loading1 = false;
|
|
|
|
this.detectionDayNum = res.data.detectionDayNum || 1;
|
|
|
|
// this.detectionDayNum = res.data.detectionDayNum || 1;
|
|
|
|
const qcPageResults = res.data.qcPageResults || [];
|
|
|
|
const qcPageResults = res.data.qcPageResults || [];
|
|
|
|
for (const item of qcPageResults) {
|
|
|
|
for (const item of qcPageResults) {
|
|
|
|
this.leftBotData.seriesData.push(Number(item.goodRate).toFixed(2));
|
|
|
|
this.leftBotData.seriesData.push(Number(item.goodRate).toFixed(2));
|
|
|
|
|