|
@@ -235,7 +235,7 @@ export default {
|
|
url = this.url.editForm
|
|
url = this.url.editForm
|
|
}
|
|
}
|
|
//获取文件集合
|
|
//获取文件集合
|
|
- formData.tableNameB="cd_leave_file";//子表表名
|
|
|
|
|
|
+ formData.table_name_b="cd_leave_file";//子表表名
|
|
formData.childList="";//子表数据
|
|
formData.childList="";//子表数据
|
|
let childList=[];
|
|
let childList=[];
|
|
if (this.fileList != null && this.fileList.length > 0) {
|
|
if (this.fileList != null && this.fileList.length > 0) {
|