|
@@ -794,6 +794,7 @@ export default {
|
|
|
nature: "",
|
|
|
religiousDeptManaUser: "",
|
|
|
securityDeptManaUser: "",
|
|
|
+ scenesImageMain: "",
|
|
|
scenesImage: "",
|
|
|
plan: "",
|
|
|
etiquetteSpace: "",
|
|
@@ -1308,7 +1309,7 @@ export default {
|
|
|
// 数据提交
|
|
|
const submit = () => {
|
|
|
//保存前附件处理
|
|
|
- inputForm.value.scenesImage = fileImg.value
|
|
|
+ inputForm.value.scenesImageMain = fileImg.value
|
|
|
.map((option) => option.id)
|
|
|
.join("|");
|
|
|
inputForm.value.etiquetteSpace = fileImg2.value
|
|
@@ -1317,7 +1318,7 @@ export default {
|
|
|
inputForm.value.approvalProcedures = fileImg3.value
|
|
|
.map((option) => option.id)
|
|
|
.join("|");
|
|
|
- inputForm.value.plan = fileImg4.value
|
|
|
+ inputForm.value.scenesImage = fileImg4.value
|
|
|
.map((option) => option.id)
|
|
|
.join("|");
|
|
|
hlwToSubmit();
|