Compare commits

...

3 Commits

Author SHA1 Message Date
wangyan dc0d63f415 填报信息页面 2025-02-19 14:39:54 +08:00
wangyan 00474fc0be Merge branch 'xgf-training-dev' of http://47.92.113.182:3000/guoyuepeng/qa-prevention-xgf-app into xgf-training-dev
# Conflicts:
#	pages/train_management/realname_info_auth.vue
2025-02-19 14:35:13 +08:00
wangyan 18486ab2f2 填报信息页面下拉框 2025-02-19 14:12:07 +08:00
2 changed files with 15 additions and 2 deletions

View File

@ -179,7 +179,19 @@ export default {
},
onLoad(query) {
this.routeQuery = query //
this.routeQuery = query // 1
},
methods: {
handleEducationClick() {
this.$refs.uPicker.setIndexs([0])
this.fnGetDataDictionary('d7d80f08d73a4accbccf4fd3d8d1d867')
this.singleChoice = true
},
fnSingleChoiceConfirm(event) {
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation', event.value[0].NAME)
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation' + '_BIANMA', event.value[0].BIANMA)
this.singleChoice = false
},
methods: {

View File

@ -1,4 +1,5 @@
let requestPath = 'https://qggf.qhdsafety.com/xgfApi/'; // 后台请求地址
// let requestPath = 'https://qggf.qhdsafety.com/xgfApi/'; // 后台请求地址
let requestPath = 'http://192.168.0.37:8058//xgf_gwj/'; // 后台请求地址
// let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
import store from '../store/index'