diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 831bcd6..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue index bb3e9d6..de16539 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/eyeAxis.vue @@ -1,6 +1,12 @@ @@ -59,8 +65,8 @@ export default { if (this.chartData && this.chartData.length > 0) { this.disabled = false this.chartData.forEach(item => { - item.osIol = item.osIol.replace('mm', '') - item.odIol = item.odIol.replace('mm', '') + item.osIol = item.osIol && item.osIol.replace('mm', '') + item.odIol = item.odIol && item.odIol.replace('mm', '') this.date.push(moment(item.examTime).format('l')) this.typeList.OD.push([item.examTime, item.odIol]) this.legendData[0] = 'OD'