如洲 陈
2025-09-30 7d9cd28b1dc0fdae6ac016cae467ad9600c7c2c9
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);