renkang
2025-02-07 a80fcaaf130286f215a35aa62450421b480b4d5a
admin/src/views/workorder/components/OperaYwWorkorderWindow.vue
@@ -156,6 +156,7 @@
  methods: {
    open(title, target) {
      this.title = title
      this.fileList = []
      this.visible = true
      this.getProject()
      this.getCate()
@@ -201,6 +202,7 @@
      }
      // 编辑
      this.$nextTick(() => {
        this.$refs.form.resetFields()
        for (const key in this.form) {
          this.form[key] = target[key]
        }