Commit 3cff94cc by 任建

rj

parent a2dcf33b
......@@ -2,7 +2,7 @@
<div class="detail-loading" v-if="loading" v-loading="true"></div>
<div class="noticetm-main-name">商标公告</div>
<div class="noticetm-main-title">
<div :class="brandKey == 1 ? \'title-item1\' : \'title-item2\'" @click="brandKey = 1">最新12期公告</div>
<div :class="brandKey == 1 ? \'title-item1\' : \'title-item2\'" @click="brandKey = 1">最新11期公告</div>
<div :class="brandKey == 2 ? \'title-item1\' : \'title-item2\'" @click="brandKey = 2">公告商标查询</div>
</div>
<div class="noticetm-notice" v-if="brandKey==1">
......@@ -98,9 +98,9 @@
</el-checkbox-group> -->
<el-radio-group v-model="selected_issue" size="mini" :border="true"
@change="noticetmquery" style="dispaly:flex">
<el-radio-button label="不限">
<!-- <el-radio-button label="不限">
不限
</el-radio-button>
</el-radio-button> -->
<div>
<el-radio-button v-for="(item, index) in issue_list" :label="item.value"
v-model="item.value">
......
......@@ -91,8 +91,8 @@
this.loading = true;
this.$root.postReq("/web/tmquery/tmqueryCtl/noticequeryTMZCSQ", obj).then(function (d) {
that.loading = false;
that.issue_list = d.data.selectdata;
that.issue_data = d.data.rows;
that.issue_list = d.data.selectdata.slice(1,12);
that.issue_data = d.data.rows.slice(1,12);
that.maxdata = d.data.selectdata[0].value;
console.log(d, "//////////////////////////");
}).catch(function (e) {
......
......@@ -17,7 +17,7 @@
}, {
value: '2015',
label: '2015'
}, {
}, {
value: '2014',
label: '2014'
}, {
......@@ -666,7 +666,7 @@
methods: {
brandEve(val) {
console.log(val);
console.log(val,"zxcvbnm");
this.tmindexdetailPost()
},
tmindexdetailPost() {
......@@ -861,8 +861,7 @@
},
showProvince(pName, Chinese_){
;
console.log(pName, Chinese_);
console.log(pName, Chinese_,"213231333333333333333333");
this.provinceNameOne = Chinese_ || this.provinceNameOne;
this.cityEchartdata.series[0].mapType = '';
this.provinceName = Chinese_;
......@@ -879,6 +878,7 @@
var script = document.createElement("script");
script.type = "text/javascript";
console.log(script.readyState,"script.readyState");
if (script.readyState) {
console.log(1);
script.onreadystatechange = function () {
......@@ -908,7 +908,7 @@
this.myChart = echarts.init(document.getElementById('container'));
this.myChart.setOption(this.regionEchartdata, true);
this.myChart.on('click', function (params) {
console.log(params);
console.log(params,"213321");
that.city = params.name;
for (var i = 0; i < that.provincesText.length; i++) {
if (params.name == that.provincesText[i]) {
......
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