mergeDxdbV430
This commit is contained in:
parent
6ff7470715
commit
a8e4311e21
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue