Commit b3bf9a5b authored by Mac's avatar Mac

1

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