|
@@ -953,7 +953,6 @@ export default {
|
|
|
this.getUsers() // 获取人员信息
|
|
|
this.getDepartment();
|
|
|
this.getAl();
|
|
|
- this.getApproverList();
|
|
|
this.getAuditWorkflow();
|
|
|
}
|
|
|
},
|
|
@@ -1207,35 +1206,6 @@ export default {
|
|
|
this.getVacationList(1)
|
|
|
},
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- getApproverList(){
|
|
|
- this.http.post('/project/getMyParticiPMList',{
|
|
|
- },res => {
|
|
|
- if(res.code == 'ok'){
|
|
|
- this.approverList = res.data
|
|
|
- if(this.approverList.length == 0){
|
|
|
- this.$message({
|
|
|
- message: this.$t('configureanapprover'),
|
|
|
- type: 'warning'
|
|
|
- })
|
|
|
- }
|
|
|
- // console.log('list',res.data);
|
|
|
- }else {
|
|
|
- this.$message({
|
|
|
- message: res.msg,
|
|
|
- type: 'error'
|
|
|
- })
|
|
|
- }
|
|
|
- },error => {
|
|
|
- this.$message({
|
|
|
- message: error,
|
|
|
- type: 'error'
|
|
|
- })
|
|
|
- })
|
|
|
- },
|
|
|
-
|
|
|
changeAltime(e){
|
|
|
if(e == 0 && this.AlchangeP.length == 0){
|
|
|
this.$message(this.$t('selecttheitemsyouwanttobatchset'))
|