2023年4月15日 修改查询条件
This commit is contained in:
parent
aec98d498b
commit
b67fbd9c34
|
@ -16,7 +16,7 @@
|
|||
<a-date-picker placeholder="请选择结束日期" format="YYYY-MM-DD" valueFormat="YYYY-MM-DD" v-model:value="queryParam.endDate" style="width: 100%" />
|
||||
</a-col>
|
||||
<a-col :xs="{ span: 24 }" :sm="{ span: 8 }" :lg="{ span: 4 }" class="dictBox">
|
||||
<j-dict-select-tag v-model:value="queryParam.kkdw" dictCode="tkrszdw_view,college,college" placeholder="请选择院系" style="width: 100%;"/>
|
||||
<j-dict-select-tag v-model:value="queryParam.kkdw" dictCode="kc_kkdw_view,kkdw,id" placeholder="请选择院系" style="width: 100%;"/>
|
||||
</a-col>
|
||||
<a-col :xs="{ span: 24 }" :sm="{ span: 8 }" :lg="{ span: 4 }" class="dictBox">
|
||||
<j-dict-select-tag v-model:value="queryParam.hh" dictCode="skjc" placeholder="请选择节次" style="width: 100%;"/>
|
||||
|
@ -56,7 +56,7 @@ import listPage from '/@/views/site/tingKeZuJi/list.vue';
|
|||
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
|
||||
import { getSysConfig } from '/@/views/site/utils/index';
|
||||
|
||||
const queryParam = ref<any>({ startDate: getSysConfig().bxqkssj, endDate: getSysConfig().bxqjssj, pj: '' });
|
||||
const queryParam = ref<any>({ startDate: getSysConfig().bxqkssj, endDate: getSysConfig().bxqjssj, pj: '', pageSize: -1 });
|
||||
|
||||
const listRef = ref();
|
||||
|
||||
|
|
Loading…
Reference in New Issue