|
@@ -508,9 +508,6 @@ export default {
|
|
this.commitDeleteEmployee(teamId,employeeId);
|
|
this.commitDeleteEmployee(teamId,employeeId);
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- addEmployee(){
|
|
|
|
- console.log("addEmployee",this.currentDoc);
|
|
|
|
- },
|
|
|
|
//选择规则
|
|
//选择规则
|
|
ruleConfirm(rules) {
|
|
ruleConfirm(rules) {
|
|
if (rules.length > 0) {
|
|
if (rules.length > 0) {
|
|
@@ -689,7 +686,6 @@ export default {
|
|
this.pointForm.date = this.$moment(new Date()).format('YYYY-MM-DD');
|
|
this.pointForm.date = this.$moment(new Date()).format('YYYY-MM-DD');
|
|
},
|
|
},
|
|
commitPointForm(formName){
|
|
commitPointForm(formName){
|
|
- console.log(formName,this.pointForm);
|
|
|
|
this.$refs[formName].validate(valid => {
|
|
this.$refs[formName].validate(valid => {
|
|
if (!valid) return;
|
|
if (!valid) return;
|
|
this.commitLoading = true;
|
|
this.commitLoading = true;
|
|
@@ -745,7 +741,6 @@ export default {
|
|
start_date: this.pointSearchForm.timeScope[0],
|
|
start_date: this.pointSearchForm.timeScope[0],
|
|
end_date: this.pointSearchForm.timeScope[1]
|
|
end_date: this.pointSearchForm.timeScope[1]
|
|
}
|
|
}
|
|
- console.log("getPointList",params);
|
|
|
|
this.$axiosUser('get','/api/pro/pk/team/point/list',params)
|
|
this.$axiosUser('get','/api/pro/pk/team/point/list',params)
|
|
.then(res => {
|
|
.then(res => {
|
|
this.pointListData = res.data.data;
|
|
this.pointListData = res.data.data;
|