Browse Source

修复模板保存之后跳转错误问题

yezehua 6 years ago
parent
commit
c8ad5719c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component/rehabilitation/template-items.js

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

@ -99,7 +99,7 @@ var TemplateItems = {
    				vm.loading.close()
    				toastr && toastr.success("保存成功")
    				EventBus.$emit("refresh-index")
        			vm.$router.back()
        			vm.$router.replace("/")
    			} else {
    				vm.loading.close()
    				toastr && toastr.error(res.msg)