|
@@ -1240,15 +1240,15 @@ export default {
|
|
type: "success",
|
|
type: "success",
|
|
showClose: true
|
|
showClose: true
|
|
});
|
|
});
|
|
- for(var i =0;i<this.zhiwu2.length;i++){
|
|
|
|
- var param = {
|
|
|
|
- staffId:this.id,
|
|
|
|
- roleId:this.zhiwu2[i].roleId,
|
|
|
|
- roleMajor:'0'
|
|
|
|
- }
|
|
|
|
- saveRole(param).then(() => {
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ // for(var i =0;i<this.zhiwu2.length;i++){
|
|
|
|
+ // var param = {
|
|
|
|
+ // staffId:this.id,
|
|
|
|
+ // roleId:this.zhiwu2[i].roleId,
|
|
|
|
+ // roleMajor:'0'
|
|
|
|
+ // }
|
|
|
|
+ // saveRole(param).then(() => {
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
// this.getMemberInfo();
|
|
// this.getMemberInfo();
|
|
this.$router.go(-1);
|
|
this.$router.go(-1);
|
|
this.loading = false;
|
|
this.loading = false;
|