准备上线
@@ -224,6 +224,7 @@ export default {
}
getEmployeeOrgan().then(res => {
if (res.code == 200) {
+ this.branchList = []
res.data.forEach(item => {
this.branchList.push({
label: item.name,