瀏覽代碼

调整

master
zouhantao 2 週之前
父節點
當前提交
ec55c651f6
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8
    8
      src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue

+ 8
- 8
src/views/optionalSystem/accessChannelManagement/accessChannelQuery/index.vue 查看文件

agencyId: '', agencyId: '',
noticeUrl: '', noticeUrl: '',
status: '', status: '',
insertTimeStart: '',
insertTimeEnd: '',
startTime: '',
endTime: '',
}) })
const value1 = ref() // 筛选时间 const value1 = ref() // 筛选时间
const tableData = ref([]) const tableData = ref([])
agencyId: '', agencyId: '',
noticeUrl: '', noticeUrl: '',
status: '', status: '',
insertTimeStart: '',
insertTimeEnd: '',
startTime: '',
endTime: '',
} }
value1.value = null value1.value = null
tableData.value = [] tableData.value = []
} }
function dateChangeHandle(val) { function dateChangeHandle(val) {
if (val) { if (val) {
searchForm.value.insertTimeStart = val[0];
searchForm.value.insertTimeEnd = val[1]
searchForm.value.startTime = val[0];
searchForm.value.endTime = val[1]
} else { } else {
searchForm.value.insertTimeStart = "";
searchForm.value.insertTimeEnd = ""
searchForm.value.startTime = "";
searchForm.value.endTime = ""
} }
} }
// 处理请求参数 // 处理请求参数

Loading…
取消
儲存