@@ -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"
});
}