返工订单接口联调

dev-scheduling
zhangdi 2 months ago
parent 9e885d68d2
commit 74d85eecef
  1. 8
      src/views/productionManagement/reworkOrder.vue

@ -28,7 +28,11 @@ import { getList } from '@/api/productionManagement/reworkOrder';
export default {
data() {
return {
page: {},
page: {
pageSize: 10,
currentPage: 1,
total: 0,
},
data: [],
form: {},
option: {
@ -259,7 +263,7 @@ export default {
this.onLoad(this.page, params);
done();
},
onLoad() {
onLoad(page, params = {}) {
this.loading = true;
getList(
page.currentPage,

Loading…
Cancel
Save