|
@@ -680,11 +680,13 @@ export default {
|
|
|
if(this.form3.buttonType == 2){
|
|
|
//移除负面清单
|
|
|
let obj = {
|
|
|
- id:this.form3.id,
|
|
|
- joinUserId:this.form3.joinUserId,
|
|
|
- reason:this.form3.reason,
|
|
|
+ identity:this.form3.identity,
|
|
|
+ msg:this.form3.reason,
|
|
|
+ // id:this.form3.id,
|
|
|
+ // joinUserId:this.form3.joinUserId,
|
|
|
+ // reason:this.form3.reason,
|
|
|
};
|
|
|
- examViolationDelNegivelist(obj).then(response => {
|
|
|
+ creditFoulsRemoveBlacklists(obj).then(response => {
|
|
|
this.form3Open = false;
|
|
|
this.$set(this,'form3',{})
|
|
|
this.msgSuccess("操作成功");
|