|
@@ -56,7 +56,9 @@ function DutyRecord() {
|
|
}
|
|
}
|
|
//表格数据
|
|
//表格数据
|
|
function getDutyRecord(param) {
|
|
function getDutyRecord(param) {
|
|
|
|
+ const hide = message.loading('加载中...',0);
|
|
post(api.getOfficialCapacityPage, param || params).then((res) => {
|
|
post(api.getOfficialCapacityPage, param || params).then((res) => {
|
|
|
|
+ hide()
|
|
if (res.data.code === 200) {
|
|
if (res.data.code === 200) {
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
setLogList(data.records);
|
|
setLogList(data.records);
|