ll
liukangdong
2025-02-08 5243e9a144a7c2167efe9436592fb04c3f9f4e83
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)
        })
    },