Commit 781c0a84 authored by 赵啸非's avatar 赵啸非

修改人员学习

parent 3bf889bc
This diff is collapsed.
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
this.$refs.dialogform.view(row); this.$refs.dialogform.view(row);
},*/ },*/
handAdd(row) {
this.$refs.dialogform.add(row);
},
}, },
data() { data() {
return { return {
...@@ -68,6 +72,7 @@ ...@@ -68,6 +72,7 @@
width: 240, width: 240,
formatter: row => { formatter: row => {
return ( return (
<table-buttons noAdd noEdit noDel row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} /> <table-buttons noAdd noEdit noDel row={row} onEdit={this.toEdit} onView={this.toView} onDel={this.toDel} />
); );
} }
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<profiles.server.port>17300</profiles.server.port> <profiles.server.port>17300</profiles.server.port>
<profiles.server.gatewayport>11078</profiles.server.gatewayport> <profiles.server.gatewayport>11078</profiles.server.gatewayport>
<profiles.server.path>/study</profiles.server.path> <profiles.server.path>/study</profiles.server.path>
<profiles.nacos.server-addr>192.168.1.104:8848</profiles.nacos.server-addr> <profiles.nacos.server-addr>192.168.0.48:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group> <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov-cs</profiles.nacos.namespace> <profiles.nacos.namespace>smart-gov-cs</profiles.nacos.namespace>
<profiles.log.path>/mortals/app/logs</profiles.log.path> <profiles.log.path>/mortals/app/logs</profiles.log.path>
......
...@@ -127,7 +127,7 @@ public class UploadController extends BaseController { ...@@ -127,7 +127,7 @@ public class UploadController extends BaseController {
* *
* @param fileName 文件名称 * @param fileName 文件名称
*/ */
@GetMapping("fileupload/{fileName}") @GetMapping("fileDel/{fileName}")
public void fileDel(@PathVariable(value="fileName") String fileName, HttpServletResponse response) { public void fileDel(@PathVariable(value="fileName") String fileName, HttpServletResponse response) {
try { try {
//uploadService.uploadDownload(fileName, response); //uploadService.uploadDownload(fileName, response);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment