diff --git a/src/military/expert/reviewResult/gradesModal/index.jsx b/src/military/expert/reviewResult/gradesModal/index.jsx
index e4078ab3..4f93e7b5 100644
--- a/src/military/expert/reviewResult/gradesModal/index.jsx
+++ b/src/military/expert/reviewResult/gradesModal/index.jsx
@@ -109,7 +109,7 @@ function GradesModal({ setVisible, visible, taskId, opsDetail }) {
let params = {
opsId: opsDetail && opsDetail.opsId,
opsType: opsDetail && opsDetail.opsType,
- orderBy: '',
+ orderBy: 'gradesAverageDesc',
containerId: taskId,
containerType: 1,
};
diff --git a/src/military/expert/reviewRules/index.jsx b/src/military/expert/reviewRules/index.jsx
index 040355cd..0ea1f4fa 100644
--- a/src/military/expert/reviewRules/index.jsx
+++ b/src/military/expert/reviewRules/index.jsx
@@ -114,7 +114,7 @@ function ReviewRules({form, history, match}) {
{getFieldDecorator('criteriaOne', {
rules: [{ required: true, message: '请输入一个评分标准' }],
})(
-