Commit 35f25db9 by 任建

rj

parent fa9554f3
......@@ -595,7 +595,7 @@
min-width: 69px;
}
.btn{
margin-top: 15px;
margin-top: 15px !important;
}
.brandfind .el-pagination.is-background .btn-next,
.brandfind .el-pagination.is-background .btn-prev {
......
......@@ -20,9 +20,7 @@
accept="image/png, image/jpeg, image/gif, image/jpg"
@change="uploadImg($event, 1)">
</div>
</el-input>
</div>
<div class="upload-input-img" v-if="imageText && tabsName == 4">
<div>{{imageText}}</div>
......@@ -95,7 +93,6 @@
{{item.keyvalue}}</el-checkbox-button>
</el-checkbox-group>
</div>
</div>
<div class="brandfind-main-filter-item">
<div>申请年份:</div>
......
......@@ -645,8 +645,13 @@
},
tabClick(){
this.currentpage="1";
console.log(this.tabsName=="4");
if (this.tabsName == "4") {
console.log(123);
if(this.imageText){
this.imageTmsearch();
}
console.log("qweqwweq");
console.log(1234);
}
if (this.text && this.tabsName != "4") {
this.tmSearchButtonClick();
......
......@@ -41,7 +41,6 @@
input8:'',
input9:'',
tableData1: [
'不限',
'北京',
'天津',
'上海',
......
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