pages/QC/XJ/List.vue
@@ -174,13 +174,14 @@ //页面加载时调用的事件 - 取消用户权限控制和产线过滤,所有人都可以看到所有表单 this.$post({ url: "/XJ/GetPage", url: "/XJ/getPage", data: { pageIndex: this.pageIndex, limit: this.limit, fsubmit: fsubmit, searchValue: this.searchValue, SelectedIndex: this.optionsIndex SearchValue: this.searchValue, SelectedIndex: this.optionsIndex, lineNo: this.lineIndex > 0 ? this.lineData[this.lineIndex - 1].lineNo : null } }).then(res => { console.log('API响应数据:', res);