Commit 6fcf4488 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 3319ced6 ea2d021e
......@@ -516,11 +516,11 @@ 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