gaoshp
2024-05-19 7d7e8ecae28b29668a5a6683049b621b052e766d
update
已修改1个文件
4 ■■■ 文件已修改
src/views/dnc/document/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/document/index.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-05-16 22:40:01
 * @LastEditors: Sneed
 * @LastEditTime: 2024-05-19 19:52:38
 * @LastEditTime: 2024-05-19 19:54:53
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/dnc/document/index.vue
-->
<template>
@@ -203,6 +203,7 @@
        saveFolder() {
            if (this.form.id) {
                return this.$HTTP.put(`/api/blade-dnc/file/${this.form.id}/rename`, { fileType: this.form.fileType, newName: this.form.name, parentId: this.form.parentId }).then(res => {
                    this.visible = false
                    this.search()
                })
            }
@@ -216,6 +217,7 @@
            }
            this.$HTTP.post(`/api/blade-dnc/folder`, data).then(res => {
                this.visible = false
                this.init()
            })
        },