zouyu
2023-12-14 8818f234b5e4563aac5e629c04e37d81c932e4f9
src/views/quality/processInspect/index.vue
@@ -217,7 +217,8 @@
         addOrUpdateHandle(row) {
            this.$router.push({
               name: 'processInspectForm',
               query: { id: row == null ? null : row.id,resultVal : row == null ? null : row.result },
               query: { id: row == null ? null : row.id },
                    params: { resultVal : row == null ? null : row.result }
            })
         },
            formatResult(row, column, cellValue){