删除部分组件log
This commit is contained in:
parent
d5ed7f0fb8
commit
21c2f14624
@ -124,7 +124,6 @@ export default {
|
|||||||
name: "请选择"
|
name: "请选择"
|
||||||
}];
|
}];
|
||||||
if (this.isChooseP) {
|
if (this.isChooseP) {
|
||||||
console.log(this.province)
|
|
||||||
tabsList[0]['name'] = this.provinces[this.province]['label'];
|
tabsList[0]['name'] = this.provinces[this.province]['label'];
|
||||||
tabsList[1] = {
|
tabsList[1] = {
|
||||||
name: "请选择"
|
name: "请选择"
|
||||||
@ -186,7 +185,6 @@ export default {
|
|||||||
},
|
},
|
||||||
tabsChange(value) {
|
tabsChange(value) {
|
||||||
this.tabsIndex = value.index;
|
this.tabsIndex = value.index;
|
||||||
console.log('debug=>', this.tabsIndex);
|
|
||||||
},
|
},
|
||||||
provinceChange(index) {
|
provinceChange(index) {
|
||||||
this.isChooseP = true;
|
this.isChooseP = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user