Browse Source

Merge branch '11/24SAAS' of http://git.dayaedu.com/yonge/dy-admin-manager into 11/24SAAS

mo 3 years ago
parent
commit
c6e5a7e264
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 () {
-      this.files = null
-      this.fileList = []
-      this.form.multipartFile = null
       this.$store.dispatch('delVisitedViews', this.$route)
       this.$router.push({
-        path: "/sysBasics/adapayManager"
+        path: "/serviceManager/serviceList"
       });
     }
   },