Commit 7046846c by 任建

renj

parent 513af58b
......@@ -644,9 +644,6 @@
});
},
tabClick(){
console.log("12345");
console.log(this.tabsName);
console.log(typeof (this.tabsName));
this.currentpage="1";
if (this.tabsName == "4") {
console.log(123);
......
......@@ -27,16 +27,12 @@
"sbzch": this.regNum,
"gjfl": this.nclNum
};
console.log(obj,"qweqwewqeqweqeq");
this.loading = true;
this.$root.postReq("/web/tmquery/tmqueryCtl/tradeMarkDetail", obj).then(d => {
console.log("商标详情+++++++++++++++++++");
console.log(d);
this.loading = false;
if (d && d.status == 0 && d.data) {
if (d.data.detaildata && d.data.detaildata.length > 0) {
this.tmdetail = JSON.parse(JSON.stringify(d.data.detaildata[0]));
console.log(this.tmdetail,"zujianzhuangtaigengxinle");
if (this.tmdetail && this.tmdetail.sbzt) {
if (this.tmdetail.sbzt == "申请中") {
this.tmdetail["active"] = 1;
......
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