diff --git a/src/military/notice/noticeList/index.jsx b/src/military/notice/noticeList/index.jsx
index fd7124f5..256353ba 100644
--- a/src/military/notice/noticeList/index.jsx
+++ b/src/military/notice/noticeList/index.jsx
@@ -217,7 +217,7 @@ export default (props) => {
showTotal={total => `共 ${total} 条`}
/>
} */}
- {noticeList.length > 0 ? noticeList.length === 10 &&
+ {total > 0 ? total> 10 ?
{ setCurPage(page) }}
@@ -225,7 +225,7 @@ export default (props) => {
total={total}
showTotal={total => `共 ${total} 条`}
/>
- :
}
+
: "" : }
}
}
diff --git a/src/military/task/components/agreementModal/index.jsx b/src/military/task/components/agreementModal/index.jsx
index 21d17c6c..294df42f 100644
--- a/src/military/task/components/agreementModal/index.jsx
+++ b/src/military/task/components/agreementModal/index.jsx
@@ -55,7 +55,7 @@ export default Form.create()(props => {
{/* paperAuditing */}
{checkedItem.paperAuditing &&
审核意见:{checkedItem.paperAuditing.message}
}
-
协议样板.word
+
协议样板.word
@@ -305,9 +307,9 @@ export default Form.create()(forwardRef(({ current_user, form, showNotification,