Commit ea2d021e authored by zhengke's avatar zhengke

修改

parent 3d7eb5f7
......@@ -516,9 +516,9 @@ export function getEduEmployeeNumList(data) {
}
//获取用户资产列表
export function propertyGetPageList(data) {
// return request_zc({
// url: '/property/PropertyGetPageList',
// method: 'post',
// data
// });
return request_zc({
url: '/property/PropertyGetPageList',
method: 'post',
data
});
}
......@@ -118,8 +118,10 @@
</q-td>
</template>
<template v-slot:body-cell-EmName="props">
<div>{{props.row.EmName}}</div>
<div>{{props.row.GetTime}}</div>
<q-td>
<div>{{props.row.EmName}}</div>
<div>{{props.row.GetTime}}</div>
</q-td>
</template>
<template v-slot:bottom>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment