lex-xin 3 years ago
parent
commit
11099179b8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/views/platformManager/serviceManager/form.vue

+ 1 - 4
src/views/platformManager/serviceManager/form.vue

@@ -264,12 +264,9 @@ export default {
       })
       })
     },
     },
     onCancel () {
     onCancel () {
-      this.files = null
-      this.fileList = []
-      this.form.multipartFile = null
       this.$store.dispatch('delVisitedViews', this.$route)
       this.$store.dispatch('delVisitedViews', this.$route)
       this.$router.push({
       this.$router.push({
-        path: "/sysBasics/adapayManager"
+        path: "/serviceManager/serviceList"
       });
       });
     }
     }
   },
   },