|
@@ -206,7 +206,8 @@ import {
|
|
|
getTeamBugSummary,
|
|
|
getTeamBugDisDataBy,
|
|
|
teamReminding,
|
|
|
- settingQueryBizAndTeamInfo
|
|
|
+ settingQueryBizAndTeamInfo,
|
|
|
+ getStaffByUsername
|
|
|
} from '@/api/workSchedule'
|
|
|
import { getSeprateDayInfo, scheduleDelete } from '@/api/projectViewDetails'
|
|
|
import modifySchedule from '@/views/projectManage/projectList/components/modifySchedule'
|
|
@@ -343,11 +344,16 @@ export default {
|
|
|
mounted() {
|
|
|
this.queryTeamInfoList([-1])
|
|
|
this.teamReminding()
|
|
|
+ this.getStaffByUsername()
|
|
|
},
|
|
|
methods: {
|
|
|
setCascader() {
|
|
|
this.$refs.cascader.$el.click()
|
|
|
},
|
|
|
+ async getStaffByUsername() {
|
|
|
+ const res = await getStaffByUsername('qinzhipeng_v')
|
|
|
+ console.log(res, 'cdcdc')
|
|
|
+ },
|
|
|
handleBizIdChange(val, option) {
|
|
|
if (val.length > 0) {
|
|
|
const one = val[0]
|