dedsudiyu 3 시간 전
부모
커밋
1656aaf378
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6 4
      src/views/creditViolation/credit/violation/index.vue

+ 6 - 4
src/views/creditViolation/credit/violation/index.vue

@@ -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("操作成功");