2023年8月8日 修改问题

This commit is contained in:
bai 2023-08-08 13:42:55 +08:00
parent 5790bd5757
commit 5ada2c82f3
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ function init() {
function loadData(){
loadingList.value = true
console.log(`🚀 ~ file: list.vue:139 ~ listApi ~ props.queryParam:`, props.queryParam)
listApi({ userid: getUserId(), ...props.queryParam }).then(res => {
listApi({ userid: getUserId(),startTime: getSysConfig().bxqkssj ,endTime: getSysConfig().bxqjssj , ...props.queryParam }).then(res => {
total.value = res.total;
current.value = res.current;
list.value = res.records

View File

@ -100,7 +100,7 @@ watch(
function init() {
console.log('init');
loadingList.value = true
listApi({ upuserid: getUserId(),pj:'1', tingketime: getSysConfig().bxqkssj, ...props.queryParam }).then(res => {
listApi({ upuserid: getUserId(),pj:'1', upDate_begin: getSysConfig().bxqkssj, upDate_end: getSysConfig().bxqjssj, ...props.queryParam }).then(res => {
list.value = res?.records ?? [];
total.value = res.total;