renkang
2025-02-07 a80fcaaf130286f215a35aa62450421b480b4d5a
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)
        })
    },