src/views/basesetting/machine.vue
@@ -80,10 +80,11 @@ type: 'input', prop: 'keyword', search: true, hide: true hide: true, showColumn: false }, { label: '机床编号4', label: '机床编号', prop: 'code' }, { @@ -395,14 +396,14 @@ this.loading = true; var obj = { keyword: this.search.keyword, machineGroupCode: this.search.machineGroupCode, machineGroupCode: this.search.machineGroupName, current: this.mypage.current, size: this.mypage.size, } axios({ url: '/blade-mdm/machine/page', method: 'get', date: obj, params: obj, }).then( res => { const data = res.data.data;