鲁班七号
2023-07-20 187c516a9f390e59846a592bd3325afa4a8dc325
src/views/Admin/msgRecord.vue
@@ -12,7 +12,7 @@
        />
      </a-col>
      <a-col :span="4">
        <a-button type="primary" @click="getData">查询</a-button>
        <a-button type="primary" @click="searchData()">查询</a-button>
        <a-button style="margin-left: 12px" @click="resetSearch">重置</a-button>
      </a-col>
    </a-row>
@@ -25,8 +25,9 @@
            </div>
            <a-divider type="vertical" />
            <div class="tit">
              任务ID:<span>{{item.id}}</span>
              任务ID:<span>{{item.id}}</span>
            </div>
         发送人数:{{item.recipients.length}}
          </template>
          <p>
            {{item.content}}
@@ -102,6 +103,11 @@
      }
    },
    searchData(){
      this.search.pageIndex = 1
      this.getData()
    },
    resetSearch(){
      const t = this
      t.search = {