@@ -600,7 +600,7 @@ export default {
if(!guids){
return false
}
- this.form.fileGuids = guids
+ this.ruleForm.fileGuids = guids
if (this.ruleForm.id) {
this.$api.updatePatentProject(this.ruleForm).then(response => {
this.loading = false