admin/src/views/workorder/components/detail.vue @@ -225,7 +225,6 @@ openWT() { getByWorkorderId(this.id) .then(res => { console.log(res) this.$refs.problemReportingDetails.open('问题上报详情', res) }) },