zxl
2025-03-02 16f122cfcec09e65e4790ecee46bae1f1b7b8fff
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() {