Compare commits
No commits in common. "b17f4a30560ee31c185fdf65e328231a526fa77d" and "e7a5a21430940baefc437f625f1d66902b44ad02" have entirely different histories.
b17f4a3056
...
e7a5a21430
|
@ -8,7 +8,7 @@
|
||||||
></DetalsTitle>
|
></DetalsTitle>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="whoShow1 && whoShow1.itShowQingDao || whoShow1.itShowXiHaiAn"
|
v-if="whoShow1 && whoShow1.itShowQingDao"
|
||||||
style="width: 100%; display: flex; justify-content: center"
|
style="width: 100%; display: flex; justify-content: center"
|
||||||
>
|
>
|
||||||
<div class="content" v-for="item in dataFrom.content" :key="item.title">
|
<div class="content" v-for="item in dataFrom.content" :key="item.title">
|
||||||
|
|
|
@ -741,7 +741,7 @@ export default {
|
||||||
phone: formName.phone,
|
phone: formName.phone,
|
||||||
dept: formName.unit, // 单位
|
dept: formName.unit, // 单位
|
||||||
system: formName.applicationSystem, // 应用系统
|
system: formName.applicationSystem, // 应用系统
|
||||||
area: JSON.stringify(formName.applicationScene), // 应用领域
|
area: formName.applicationScene, // 应用领域
|
||||||
demand: formName.applicationBackground, // 需求依据
|
demand: formName.applicationBackground, // 需求依据
|
||||||
}
|
}
|
||||||
console.log('_data-----提交申请------->', _data);
|
console.log('_data-----提交申请------->', _data);
|
||||||
|
|
Loading…
Reference in New Issue