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