zouyu
2023-11-02 778910ce85e301e63a43439b655cc457a96bbb44
src/views/quality/rawMaterial/index.vue
@@ -233,7 +233,10 @@
        addOrUpdateHandle(row) {
            this.$router.push({
                name: 'rawMaterialForm',
                query: { id: row == null ? null : row.id }
                query: {
                    id: row == null ? null : row.id,
                    resultVal: row == null ? null : row.judgeState
                 }
            })
        },
        formatInsState(row, column, cellValue){