| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-16 23:02:37 |
| | | * @LastEditTime: 2024-01-19 00:15:38 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/maintenance/index.vue |
| | | --> |
| | | <template> |
| | |
| | | </el-table-column> |
| | | </template> |
| | | </List> |
| | | <DailyMAddD ref="dailyMAddD" @reflash="submitForm" :styleValue="queryInfo.style" :styleName="navName" :departmentlist="departmentlist" :machineList="machineList" :userList="userList"></DailyMAddD> |
| | | <DailyMAddD ref="dailyMAddD" @reflash="query" :styleValue="queryInfo.style" :styleName="navName" :departmentlist="departmentlist" :machineList="machineList" :userList="userList"></DailyMAddD> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import List from '../list/index.vue' |
| | | import { getUseDpts,getRequest } from '@/api/Api' |
| | | import { userList } from '@/api/MdcApi' |
| | | import DailyMAddD from './dailyMAdd.vue' |
| | | export default { |
| | | components: { |
| | |
| | | }) |
| | | getRequest('userList', { |
| | | }).then(res => { |
| | | this.userList = res.data.list |
| | | this.userList = res.data |
| | | }) |
| | | }, |
| | | |