马宇豪
2024-01-24 c72a20727b865fdb8a9fd9a26b3f4f79ebee53bf
src/views/Admin/notice.vue
@@ -130,7 +130,7 @@
                  </a-form-model-item>
               </a-col>
               <a-col :span="12" style="text-align: right">
                  <a-button type="primary" style="width: 250px;" @click="confirmSend()"
                  <a-button type="primary" style="width: 250px;" @click="confirmSend()" v-preventReClick="1500"
                     :disabled="userInfo.role.id==1?true:false">
                     确认并提交审核
                  </a-button>
@@ -211,15 +211,11 @@
                  value: 1
               },
               {
                  name: '洪涝',
                  value: 2
               },
               {
                  name: '气象',
                  value: 3
               },
               {
                  name: '泥石流',
                  name: '地质灾害',
                  value: 4
               },
               {
@@ -499,6 +495,7 @@
                        phone: recipienterPhone,
                        company: receiveUnit,
                        realName: recipienterRealName,
                registrationId: registrationId,
                        ...rest
                     } = i
                     const obj = {
@@ -507,6 +504,7 @@
                        recipienterRealName,
                        recipienterPhone,
                        receiveUnit,
                registrationId,
                        ...rest
                     }
                     this.form.acceptingUnitIds.push(obj)