|
@@ -81,10 +81,10 @@
|
|
:disabled="!leftForm.subject"
|
|
:disabled="!leftForm.subject"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
- v-for="(item, index) in educationList"
|
|
|
|
- :key="index"
|
|
|
|
- :label="item.value"
|
|
|
|
- :value="item.key"
|
|
|
|
|
|
+ v-for="(item, key) in educationList"
|
|
|
|
+ :key="key"
|
|
|
|
+ :label="item"
|
|
|
|
+ :value="key"
|
|
/>
|
|
/>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -2134,6 +2134,7 @@ export default {
|
|
id: val,
|
|
id: val,
|
|
});
|
|
});
|
|
this.educationList = ruselt?.data?.educationId;
|
|
this.educationList = ruselt?.data?.educationId;
|
|
|
|
+ console.log(this.educationList)
|
|
if (this.educationList.length <= 0) {
|
|
if (this.educationList.length <= 0) {
|
|
this.$bus.$emit("showguide", ["teamManager"]);
|
|
this.$bus.$emit("showguide", ["teamManager"]);
|
|
return
|
|
return
|