Commit 5510a59f by 任建

rj

parent fa987b6f
...@@ -636,7 +636,7 @@ ...@@ -636,7 +636,7 @@
} }
.brandfind-list-page .el-pagination { .brandfind-list-page .el-pagination {
margin-top: 145px; margin-top: 160px;
float: right; float: right;
} }
.loading-brandfind{ .loading-brandfind{
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
this.$root.postReq(url, obj).then((d) => { this.$root.postReq(url, obj).then((d) => {
this.loading = false; this.loading = false;
console.log(d, '#######################################'); console.log(d, '#######################################');
this.tableData = d.data.datalist; this.tableData = d.data.datalist.slice(0,d.data.datalist.length-1);
var echarts = this.$refs.theTotalLogoRef.getEchartObj(); var echarts = this.$refs.theTotalLogoRef.getEchartObj();
if (this.activeName == 'first') { if (this.activeName == 'first') {
this.theTotalLogoData.series[0].name = "商标总量"; this.theTotalLogoData.series[0].name = "商标总量";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment