Mr.Zhang
2023-08-15 38dff69b2c218ae53b4cc79257368139a2803ebc
web_standard/src/components/ext/OrderDistrubution.vue
@@ -109,9 +109,12 @@
        this.form.planDate = new Date()
        this.form.planId = target.id
        this.form.planNum = target.num - target.distributNum
        getDeviceByCondition({})
        getDeviceByCondition({procedureId: target.procedureId})
          .then(res => {
            this.device = res
            this.form.proGroupId = res[0] ? res[0].id : ''
            this.getUser(this.form.proGroupId)
          })
          .catch(err => {
            console.log(err)