jiangping
2025-06-06 77946261ec663aa1fe7f6f97e550532ed879f982
admin/src/views/Inspection/components/OperaYwPatrolSchemeWindow.vue
@@ -118,6 +118,10 @@
    })
  },
  methods: {
    open(title) {
      this.title = title
      this.visible = true
    },
    __confirmCreate () {
      this.$refs.form.validate((valid) => {
        if (!valid) {
@@ -201,7 +205,7 @@
      detailById(id).then(res => {
        this.form = res
        if (res.userIds) {
          this.$set(this.form, 'userIds', Number(res.userIds))
          this.$set(this.form, 'userIds', [...res.userIds.split(',').map(item => Number(item))])
        }
        if (res.startTime) {
          this.$set(this.form, 'selTime', [res.startTime, res.endTime])