马宇豪
2024-06-05 aa7e52de08a8905fd58cb9884d30a43fc1cd2f80
src/views/Admin/massSend.vue
@@ -71,7 +71,7 @@
<!--      </a-row>-->
<!--         <span><b>发布单位:</b>{{form.publishingUnit}}</span>-->
      <a-row :gutter="24">
      <a-row :gutter="24" v-if="unittype == 1">
        <a-col :span="12">
          <a-radio-group v-model="isNewTxl" button-style="solid" style="margin-bottom: 20px" @change="changeTxl">
            <a-radio-button :value="1">
@@ -236,6 +236,7 @@
        filteredOptions:[],
        wrapperCol: { span: 24 },
        isNewTxl: 1,
        unittype: null,
        form: {
          id: null,
          emergType: null,
@@ -298,6 +299,7 @@
      components: {},
    created() {
      const t = this
      t.unittype = getUserInfo().unittype
      t.form.publishingUnit = t.userInfo.company
      t.getUserByGroup()
      t.getNewAddressBook()