/* * @Date: 2024-01-07 22:18:41 * @LastEditors: Sneed * @LastEditTime: 2024-01-07 22:21:40 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/mixins/index.js */ export default { data () { return { workshopIds: [], sectionIds: [], workshopIds: [] } }, create () { this.getListinit() }, methods: { getListinit () { this.$http.get('/machine/workshopList').then(res => { }) this.$http.get('/machine/protocolList').then(res => { }) } }, }