增加注释
Showing
2 changed files
with
26 additions
and
0 deletions
| ... | @@ -80,6 +80,7 @@ | ... | @@ -80,6 +80,7 @@ |
| 80 | methods: { | 80 | methods: { |
| 81 | /** | 81 | /** |
| 82 | * @description: queryClick | 82 | * @description: queryClick |
| 83 | * @author: renchao | ||
| 83 | */ | 84 | */ |
| 84 | queryClick () { | 85 | queryClick () { |
| 85 | this.$startLoading(); | 86 | this.$startLoading(); |
| ... | @@ -93,12 +94,24 @@ | ... | @@ -93,12 +94,24 @@ |
| 93 | } | 94 | } |
| 94 | }) | 95 | }) |
| 95 | }, | 96 | }, |
| 97 | /** | ||
| 98 | * @description: handleSearch | ||
| 99 | * @author: renchao | ||
| 100 | */ | ||
| 96 | handleSearch () { | 101 | handleSearch () { |
| 97 | this.queryClick(); | 102 | this.queryClick(); |
| 98 | }, | 103 | }, |
| 104 | /** | ||
| 105 | * @description: handleAdd | ||
| 106 | * @author: renchao | ||
| 107 | */ | ||
| 99 | handleAdd () { | 108 | handleAdd () { |
| 100 | this.$popupDialog("添加企业", "xxba/qyxxba/components/addDialog", {}, "50%") | 109 | this.$popupDialog("添加企业", "xxba/qyxxba/components/addDialog", {}, "50%") |
| 101 | }, | 110 | }, |
| 111 | /** | ||
| 112 | * @description: handleDelete | ||
| 113 | * @author: renchao | ||
| 114 | */ | ||
| 102 | handleDelete () { | 115 | handleDelete () { |
| 103 | this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', { | 116 | this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', { |
| 104 | confirmButtonText: '确定', | 117 | confirmButtonText: '确定', | ... | ... |
| ... | @@ -80,6 +80,7 @@ | ... | @@ -80,6 +80,7 @@ |
| 80 | methods: { | 80 | methods: { |
| 81 | /** | 81 | /** |
| 82 | * @description: queryClick | 82 | * @description: queryClick |
| 83 | * @author: renchao | ||
| 83 | */ | 84 | */ |
| 84 | queryClick () { | 85 | queryClick () { |
| 85 | this.$startLoading(); | 86 | this.$startLoading(); |
| ... | @@ -93,12 +94,24 @@ | ... | @@ -93,12 +94,24 @@ |
| 93 | } | 94 | } |
| 94 | }); | 95 | }); |
| 95 | }, | 96 | }, |
| 97 | /** | ||
| 98 | * @description: handleSearch | ||
| 99 | * @author: renchao | ||
| 100 | */ | ||
| 96 | handleSearch () { | 101 | handleSearch () { |
| 97 | this.queryClick(); | 102 | this.queryClick(); |
| 98 | }, | 103 | }, |
| 104 | /** | ||
| 105 | * @description: handleAdd | ||
| 106 | * @author: renchao | ||
| 107 | */ | ||
| 99 | handleAdd () { | 108 | handleAdd () { |
| 100 | this.$popupDialog("添加企业", "xxba/yhjgba/components/addDialog", {}, "50%") | 109 | this.$popupDialog("添加企业", "xxba/yhjgba/components/addDialog", {}, "50%") |
| 101 | }, | 110 | }, |
| 111 | /** | ||
| 112 | * @description: handleDelete | ||
| 113 | * @author: renchao | ||
| 114 | */ | ||
| 102 | handleDelete () { | 115 | handleDelete () { |
| 103 | this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', { | 116 | this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', { |
| 104 | confirmButtonText: '确定', | 117 | confirmButtonText: '确定', | ... | ... |
-
Please register or sign in to post a comment