|
@@ -77,15 +77,15 @@ export default {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
activated() {
|
|
activated() {
|
|
|
- this.cid = -1;
|
|
|
|
|
this.getCustomerClue();
|
|
this.getCustomerClue();
|
|
|
this.approveList();
|
|
this.approveList();
|
|
|
},
|
|
},
|
|
|
watch: {
|
|
watch: {
|
|
|
$route(to, from) {
|
|
$route(to, from) {
|
|
|
- // if (to.path == '/clew' && from.path == '/My/index') {
|
|
|
|
|
- // this.approveList();
|
|
|
|
|
- // }
|
|
|
|
|
|
|
+ if (to.path == '/clew' && from.path == '/My/index') {
|
|
|
|
|
+ this.isHandle = '-1';
|
|
|
|
|
+ this.cid = -1;
|
|
|
|
|
+ }
|
|
|
// if (to.path == '/clew' && from.path == '/clewent') {
|
|
// if (to.path == '/clew' && from.path == '/clewent') {
|
|
|
// this.pageNum = 1;
|
|
// this.pageNum = 1;
|
|
|
// this.approveList();
|
|
// this.approveList();
|
|
@@ -249,7 +249,10 @@ export default {
|
|
|
margin-top: 3px;
|
|
margin-top: 3px;
|
|
|
.van-dropdown-menu {
|
|
.van-dropdown-menu {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- border: 1px solid #f4f0f0;
|
|
|
|
|
|
|
+ /* border: 1px solid #f4f0f0; */
|
|
|
|
|
+ .van-dropdown-menu__bar {
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.van-dropdown-menu__bar {
|
|
.van-dropdown-menu__bar {
|
|
@@ -258,6 +261,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.van-dropdown-menu__title::after {
|
|
.van-dropdown-menu__title::after {
|
|
|
right: 0 !important;
|
|
right: 0 !important;
|
|
|
|
|
+ border-color: transparent transparent #000000 #000000 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|