ll
liukangdong
2024-12-09 9ce28811e94fa042adb7cabe6581b0393c6d576d
admin/src/views/workorder/components/OperaYwWorkorderWindow.vue
@@ -142,35 +142,35 @@
      this.getCate()
      // 新建
      if (target == null) {
        this.form = {
          id: null,
          editDate: '',
          floor: '',
          title: '',
          remark: '',
          status: '',
          sortnum: '',
          content: '',
          getDate: '',
          projectId: '',
          buildingId: '',
          floorId: '',
          roomId: '',
          userId: '',
          submitDate: '',
          cateId: '',
          areaType: '0',
          code: '',
          dealStatus: '',
          dispatchUserId: '',
          dispatchDate: '',
          dispatchInfo: '',
          dealUserId: '',
          dealDate: '',
          dealInfo: '',
          dealType: ''
        }
        this.$nextTick(() => {
          this.$refs.form = {
            id: null,
            editDate: '',
            floor: '',
            title: '',
            remark: '',
            status: '',
            sortnum: '',
            content: '',
            getDate: '',
            projectId: '',
            buildingId: '',
            floorId: '',
            roomId: '',
            userId: '',
            submitDate: '',
            cateId: '',
            areaType: '0',
            code: '',
            dealStatus: '',
            dispatchUserId: '',
            dispatchDate: '',
            dispatchInfo: '',
            dealUserId: '',
            dealDate: '',
            dealInfo: '',
            dealType: ''
          }
          this.buildList = []
          this.roomList = []
          this.levelList = []