Skip to content

Commit

Permalink
修改项目接口返回提示
Browse files Browse the repository at this point in the history
  • Loading branch information
TJCollin committed Nov 7, 2018
1 parent 350b3d1 commit f80e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/pages/ProjectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
self.$axios._post('project/project',self.form).then(
(res) => {
if (res.data.code) {
self.$message.success("保存项目成功!")
self.$message.success(res.data.message)
self.$refs.projectForm.resetFields()
self.dialogFormVisible = false
self.getProjectListByPage(self.currentPage)
Expand Down

0 comments on commit f80e53f

Please sign in to comment.