zouyu
2023-12-25 0c46dca0eaf58a1e73cc36682cce3ae4f066874d
src/views/quality/packageinspect/index.vue
@@ -141,13 +141,7 @@
                        searchInfoType: 'text'
                    },
                ],
                toolbar: [
                    // {
                    //     text: '新增',
                    //     type: 'primary',
                    //     fun: this.addOrUpdateHandle
                    // },
                ],
                toolbar: [],
                operator: [
                {
                    text: '作废',
@@ -204,7 +198,7 @@
                query: { 
                    id: row == null ? null : row.id
                 },
                 params:{resultVal : row == null ? null : row.result}
                 params:{resultVal : row.result=='' ? null : row.result}
            })
        },
        formatResult(row, column, cellValue){