2023年8月8日 修改问题
This commit is contained in:
parent
5790bd5757
commit
5ada2c82f3
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue