@@ -58,18 +58,18 @@ export default {
finished: true,
};
},
- created() {
+ activated() {
this.approveList();
watch: {
$route(to, from) {
- if (to.path == '/clew' && from.path == '/My/index') {
- this.approveList();
- }
- if (to.path == '/clew' && from.path == '/clewent') {
- this.pageNum = 1;
+ // if (to.path == '/clew' && from.path == '/My/index') {
+ // this.approveList();
+ // }
+ // if (to.path == '/clew' && from.path == '/clewent') {
+ // this.pageNum = 1;
beforeRouteLeave(to, from, next) {
@@ -307,7 +307,7 @@ export default {
<style scoped lang="scss">
.assignPage {
.assign {
- margin: 16px;
+ margin: 10px;
background-color: #fff;
padding-bottom: 20px;
.followUp {