This commit is contained in:
2025-10-20 17:15:58 +08:00
parent 2070a9f423
commit b4615723f3
4 changed files with 3443 additions and 1 deletions

View File

@@ -2661,7 +2661,7 @@ export default {
this.show_step = 4; //显示内容
}
} else {
this.$message.error('The submission encountered an error.');
// this.$message.error('The submission encountered an error.');
return false;
}
});

File diff suppressed because it is too large Load Diff

View File

@@ -756,6 +756,7 @@
<el-option v-for="item in df_technical" :key="item.label" :label="item.label" :value="item.label"></el-option>
</el-select>
</el-form-item>
<el-form-item label="Research areas :" prop="major" label-width="160px">
<common-major-list :list="majorValueList" @load="(e) => (this.majorValueList = e)"></common-major-list>