鲁班七号
2023-07-20 cc7f03bcbb427ce334f6935311d22f36a61c21fd
src/views/Admin/callRecord.vue
@@ -27,7 +27,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>
@@ -104,10 +104,10 @@
  },
  {
    title: '接收人',
    dataIndex: 'recipienterName',
    dataIndex: 'responseRealName',
    width: '20%',
    scopedSlots: {
      customRender: 'recipienterName'
      customRender: 'responseRealName'
    }
  },
  {
@@ -216,6 +216,11 @@
      console.log('onOk: ', value);
    },
    searchData(){
      this.search.pageIndex = 1
      this.getData()
    },
    resetSearch(){
      const t = this
      t.search = {