fuliqi
2025-02-20 db8ba3e3b92b567d3c3a3b26a551d4241a353585
项目修改字段不能编辑bug
1个文件已修改
6 ■■■■ 已修改文件
src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectEngineering/projectLibrary/component/PolicyInfo.vue
@@ -233,7 +233,11 @@
        this.policyInfoForm = res.data;
        this.policyInfoForm.notBannedOrControlledProject = true
        this.policyInfoForm.informationIsTrue = true
        this.fileList =this.policyInfoForm.fileList
        if (this.policyInfoForm.fileList) {
          this.fileList = this.policyInfoForm.fileList
        } else {
          this.fileList = []
        }
      });
    },
    submit() {