修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-30 19:26:43 +08:00
parent 36bbf0c0fa
commit b85308bfc8
8 changed files with 1331 additions and 1501 deletions
@@ -49,7 +49,7 @@
:dataSource='dataSource'
:pagination='false'
:loading='loading'
:scroll='{x: 600}'
:scroll="{x: 600}"
:rowSelection='{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}'
@change='handleTableChange'>
<span slot="paramsManifestClick" slot-scope="text,record">
@@ -371,6 +371,7 @@
pageNo: this.pageNo,
...this.queryParam
}
this.loading = true
getAction(this.url.list, query).then((res) => {
if (res.success) {
if (res.result.current > 1 && res.result.records.length == 0) {