Compare commits
2 Commits
7da461a9cb
...
15a6445e26
| Author | SHA1 | Date | |
|---|---|---|---|
| 15a6445e26 | |||
| 0e4b0ad6fd |
@@ -177,8 +177,12 @@ const priceTypeDic = (contractNo) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getList = () => {
|
const getList = () => {
|
||||||
|
// 设置按申请时间排序
|
||||||
|
queryParams.value.sortField = 'requestTime';
|
||||||
|
queryParams.value.sortOrder = 'DESC';
|
||||||
|
|
||||||
getAdmissionPage(queryParams.value).then((res) => {
|
getAdmissionPage(queryParams.value).then((res) => {
|
||||||
console.log('priceTypeList=======>', JSON.stringify(priceTypeList.value));
|
console.log('priceTypeList=======', JSON.stringify(priceTypeList.value));
|
||||||
let dataList = [];
|
let dataList = [];
|
||||||
for (let index = 0; index < (res.data.records || []).length; index++) {
|
for (let index = 0; index < (res.data.records || []).length; index++) {
|
||||||
const obj = (res.data.records || [])[index];
|
const obj = (res.data.records || [])[index];
|
||||||
|
|||||||
Reference in New Issue
Block a user