@@ -134,7 +134,7 @@ export default {
const nload = this.formItemArr.filter(item => item.datatype == 'upload' || item.datatype == 'UPLOAD')
if (nload?.length) this.clearTypeUpload(nload)
}
- this.tableForm = _.cloneDeep(obj)
+ this.tableForm = obj
},
deep: true,
immediate: true