소스 검색

修复跳转错误问题

yezehua 6 년 전
부모
커밋
21bf01a3dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      component/rehabilitation/template-items.js

+ 1 - 1
component/rehabilitation/template-items.js

@ -123,7 +123,7 @@ var TemplateItems = {
		            	vm.loading.close()
        				toastr && toastr.success("删除成功")
        				EventBus.$emit("refresh-index")
        				vm.$router.back()
        				vm.$router.replace("/")
		        	}).catch(function(e) {
		        		vm.loading.close()
		        		console.error(e)