Commit b3bf9a5b authored by Mac's avatar Mac

1

parent 5dc77c9f
......@@ -481,7 +481,7 @@ export default {
costType: [],
schoolMsg:{
pageIndex: 1,
pageSize: 12,
pageSize: 9999,
rowsPerPage: 12,
SName: "",
Status: '-1'
......@@ -539,8 +539,8 @@ export default {
// let companyList = [];
this.CompanyList.forEach(x => {
let item = {};
item.label = x.BName;
item.value = x.Id;
item.label = x.SName;
item.value = x.SId;
this.CompanySelect.push(item);
});
let allName = {
......
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