xiangpei
2025-06-05 1fa6ac40e2ce16e1174cec9ca538d45eeb660fdc
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() {