소스 검색

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

mo 3 년 전
부모
커밋
c6e5a7e264
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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"
       });
     }
   },