diff --git a/src/views/modules/yieldReport/com_process_inspection.vue b/src/views/modules/yieldReport/com_process_inspection.vue index 024440e..2829808 100644 --- a/src/views/modules/yieldReport/com_process_inspection.vue +++ b/src/views/modules/yieldReport/com_process_inspection.vue @@ -47,6 +47,7 @@ @@ -960,12 +961,11 @@ export default { methods: { // 初始化 init() { + this.getDataList() this.getSiteAndBuByUserName2() this.getUmList() - this.getDataList() // 查看 质量任务生成规则控制 动控是否开启 this.queryController() - this.getTableDefaultListLanguage() }, // 检查动控是否开启 @@ -1003,18 +1003,6 @@ export default { }) }, - // 获取表格列配置 - getTableDefaultListLanguage() { - let tempData = { - functionId: 'C10000002', - tableId: 'IPQCResultEntry' - } - getTableDefaultListLanguage(tempData).then(({data}) => { - if (data && data.code === 0) { - this.columnList1 = data.rows - } - }) - }, // 获取数据列表 getDataList() {