| | |
| | | <template> |
| | | <a-card |
| | | title="周期性保养标准" |
| | | title="二级保养标准" |
| | | :bordered='false' |
| | | > |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | <a-button |
| | | type="primary" |
| | | icon="import" |
| | | v-has="'dailyMaintenanceStandard:import'" |
| | | >导入</a-button> |
| | | </a-upload> |
| | | </div> |
| | |
| | | total: 0 |
| | | }, |
| | | maintenanceStandardId: '-1', |
| | | queryParam: { type: 'daily' } |
| | | queryParam: { type: 'daily', maintenanceType: '2' } |
| | | } |
| | | }, |
| | | computed: { |
| | |
| | | |
| | | searchReset() { |
| | | this.maintenanceStandardId = '-1' |
| | | this.queryParam = { type: 'daily' } |
| | | this.queryParam = { type: 'daily', maintenanceType: '2' } |
| | | this.loadData(1); |
| | | }, |
| | | } |