mergeDxdbV430

This commit is contained in:
jiangrui 2021-04-30 10:04:35 +08:00
parent 6ff7470715
commit a8e4311e21
1 changed files with 0 additions and 13 deletions

View File

@ -944,11 +944,7 @@ export default {
this.getStaffList();
this.getCommunicationList();
this.getTypeList();
<<<<<<< HEAD
this.getRegions();
=======
this.getRegionList();
>>>>>>> dxdb
},
methods: {
getInfo() {
@ -1439,14 +1435,6 @@ export default {
// this.$refs.eventTypeRef.focusFirstNode();
}, 100);
},
<<<<<<< HEAD
// -----------------------
getRegions(){
getRegionList('CONVENIENCE').then(res=>{
console.log(res);
})
=======
getRegionList() {
getRegions().then(res => {
const tempData = res.d;
@ -1498,7 +1486,6 @@ export default {
handleRegionChange(val) {
this.staffQuery.regionIds = val.join(",");
this.getStaffList();
>>>>>>> dxdb
}
},
beforeRouteLeave(to, from, next) {