| | |
| | | {title: '编号', field: 'warehouseCode', align: 'center', width: 120}, |
| | | {title: '类型', field: 'classificationName', align: 'center', width: 120 }, |
| | | {title: '地址', field: 'adress', align: 'left', minWidth: 140 }, |
| | | // {title: '所属机构', field: 'summary', align: 'left',}, |
| | | {title: '所属机构', field: 'agencyName', align: 'left',minWidth: 140 }, |
| | | { |
| | | field: 'states', |
| | | title: '状态', |
| | |
| | | // 查询table列表 |
| | | search(pageNum) { |
| | | if (pageNum != undefined) { |
| | | this.$refs.myTable.search(pageNum) |
| | | this.$refs.myTable.search({pageNum}) |
| | | } else { |
| | | this.$refs.myTable.search() |
| | | } |