|
@@ -345,7 +345,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="mainFormItem" label="依赖的主表单项">
|
|
|
+ <!-- <el-table-column prop="mainFormItem" label="依赖的主表单项">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
v-model="scope.row.relateMainItem"
|
|
@@ -368,7 +368,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="isShow" label="是否显示">
|
|
|
<template slot-scope="scope">
|
|
|
<el-switch
|
|
@@ -542,6 +542,7 @@ export default {
|
|
|
fGName,
|
|
|
groupDesc,
|
|
|
mainFormName,
|
|
|
+
|
|
|
mainFormItem,
|
|
|
mainFormTable,
|
|
|
groupKey,
|
|
@@ -551,7 +552,7 @@ export default {
|
|
|
tempFormKeys.push(mainFormName);
|
|
|
let formKeys = JSON.stringify(tempFormKeys);
|
|
|
let relationJson = JSON.stringify({
|
|
|
- mainForm: this.groupForm,
|
|
|
+ mainForm: { ...this.groupForm, formKey: mainFormName },
|
|
|
subFormList: this.subFormList,
|
|
|
});
|
|
|
let payLoad = {
|