licp
2024-12-23 6a95b3e71b15523845a4a5ed17f57cd62ed94f33
完成cnas7.1搬迁
已修改3个文件
23 ■■■■ 文件已修改
src/components/do/a8-file-handling/DistributionCollectionRecord.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/a8-file-handling/FileObsoletionRequest.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/menu.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/a8-file-handling/DistributionCollectionRecord.vue
@@ -441,9 +441,11 @@
    changeFileList(e){
      if(e){
        let obj = this.fileList.find(a=>a.documentCode == e)
        this.addInfo.name = obj.name
        this.addInfo.version = obj.version
        this.addInfo.state = obj.state
        if(obj){
          this.addInfo.name = obj.name
          this.addInfo.version = obj.version
          this.addInfo.state = obj.state
        }
      }
    },
    // 提交
src/components/do/a8-file-handling/FileObsoletionRequest.vue
@@ -374,9 +374,11 @@
    changeFileList(e){
      if(e){
        let obj = this.fileList.find(a=>a.documentCode == e)
        this.addInfo.name = obj.name
        this.addInfo.version = obj.version
        this.addInfo.documentState = obj.state
        if(obj){
          this.addInfo.name = obj.name
          this.addInfo.version = obj.version
          this.addInfo.documentState = obj.state
        }
      }
    },
    handleUpdate(row){
static/js/menu.js
@@ -312,6 +312,13 @@
        //     p: ""
        // },
    {
            v: "人员总览",
            i: "font icon-erjidaohang",
            u: "a6-personnel-overview",
            g: "6.2 人员",
            p: "selectPersonnelOverview"
        },
    {
            v: "人员",
            i: "font icon-erjidaohang",
            u: "a6-personnel",