Prechádzať zdrojové kódy

Merge branch 'Inspection' into online

wolyshaw 4 rokov pred
rodič
commit
9d5a33f088

+ 2 - 1
src/views/main/schedule-branch/modals/create.vue

@@ -173,7 +173,8 @@ export default {
             rows: 999
             rows: 999
           })
           })
           this.technicians = res.data.rows
           this.technicians = res.data.rows
-          this.$set(this.form, 'group', group.map(item => ({...item, userId: ''})))
+          console.log(this.form.group.map(item => ({...item, userId: ''})))
+          this.$set(this.form, 'group', this.form.group.map(item => ({...item, userId: ''})))
         } catch (error) {}
         } catch (error) {}
       }
       }
     }
     }