zhujindu 1 سال پیش
والد
کامیت
fbcd526a4b
2فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 8 8
      src/views/clew/index.vue
  2. 1 1
      src/views/week/assignAwait/JZfollowUp.vue

+ 8 - 8
src/views/clew/index.vue

@@ -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;
-        this.approveList();
-      }
+      // if (to.path == '/clew' && from.path == '/My/index') {
+      //   this.approveList();
+      // }
+      // if (to.path == '/clew' && from.path == '/clewent') {
+      //   this.pageNum = 1;
+      //   this.approveList();
+      // }
     },
   },
   beforeRouteLeave(to, from, next) {

+ 1 - 1
src/views/week/assignAwait/JZfollowUp.vue

@@ -307,7 +307,7 @@ export default {
 <style scoped lang="scss">
 .assignPage {
   .assign {
-    margin: 16px;
+    margin: 10px;
     background-color: #fff;
     padding-bottom: 20px;
     .followUp {