|
@@ -32,9 +32,9 @@
|
|
|
<a-button id="noticeList-add" type="primary" class="button-error" @click="handleAdd">新增</a-button>
|
|
|
</div>
|
|
|
<!-- 总计 -->
|
|
|
- <a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
+ <!-- <a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
<div slot="message">合计:<strong>{{ total || 0 }}</strong>条</div>
|
|
|
- </a-alert>
|
|
|
+ </a-alert> -->
|
|
|
<!-- 列表 -->
|
|
|
<s-table
|
|
|
class="sTable"
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
if (this.tableHeight == 0) {
|
|
|
- this.tableHeight = window.innerHeight - 380
|
|
|
+ this.tableHeight = window.innerHeight - 340
|
|
|
}
|
|
|
return noticeList(Object.assign(parameter, this.queryParam)).then(res => {
|
|
|
const data = res.data
|