|
@@ -319,7 +319,7 @@
|
|
|
<div class="receivetype-title">接收类型:</div>
|
|
|
<div class="receivetype-select">
|
|
|
<el-radio-group v-model="constructorData.receiveType">
|
|
|
- <el-radio label="hita" />
|
|
|
+ <el-radio label="hita5" />
|
|
|
<el-radio label="HiTeach" disabled />
|
|
|
<el-radio label="IES" disabled />
|
|
|
</el-radio-group>
|
|
@@ -536,7 +536,7 @@ let constructorData = ref({
|
|
|
personage: [],
|
|
|
batchPersonage: []
|
|
|
},
|
|
|
- receiveType: 'hita',
|
|
|
+ receiveType: 'hita5',
|
|
|
source: '',
|
|
|
timeType: 'immediately', // immediately or preordered
|
|
|
time: 0,
|
|
@@ -869,7 +869,7 @@ function clearData () {
|
|
|
constructorData.value.receivedata.school = []
|
|
|
constructorData.value.receivedata.personage = []
|
|
|
constructorData.value.receivedata.batchPersonage = []
|
|
|
- constructorData.value.receiveType = 'hita'
|
|
|
+ constructorData.value.receiveType = 'hita5'
|
|
|
constructorData.value.source = ''
|
|
|
constructorData.value.timeType = 'immediately'
|
|
|
constructorData.value.time = 0
|
|
@@ -901,7 +901,7 @@ function reusedata (value) {
|
|
|
constructorData.value.receivedata.area = reuses.crowd.areaIds
|
|
|
constructorData.value.receivedata.school = reuses.crowd.schoolIds
|
|
|
constructorData.value.receivedata.personage = reuses.crowd.tmdIds
|
|
|
- constructorData.value.receiveType = 'hita'
|
|
|
+ constructorData.value.receiveType = 'hita5'
|
|
|
constructorData.value.source = reuses.source
|
|
|
constructorData.value.timeType = 'immediately'
|
|
|
constructorData.value.time = 0
|