Compare commits

..

No commits in common. "dc0d63f4155b76cd97f8304d9b986942bf717e9e" and "40bfdf1cf7bdd585e9ab7ca1969e7a0fe1cc3abf" have entirely different histories.

2 changed files with 2 additions and 15 deletions

View File

@ -179,19 +179,7 @@ export default {
},
onLoad(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
this.routeQuery = query //
},
methods: {

View File

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