Browse Source

新增缺失添加modeName字段

1178232204@qq.com 3 years ago
parent
commit
5c50fabbb2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/js/appealUserPage.js

+ 1 - 3
src/js/appealUserPage.js

@@ -459,9 +459,8 @@ $(function () {
         "appealType": 1,
         "behospitalCode": global_id,
         "checkId": info.userId,
-        "modeName": info.casesName,
+        "modeName": global_activeTab,
         "remark": info.explainInfo,
-        "casesName": info.global_activeTab
       };
     }
     post(api.addAppealInfo, param).then(function (res) {
@@ -668,7 +667,6 @@ $(function () {
         if ($(".edit-box .warning").is(":visible")) {
           return;
         }
-        console.log(userId);
         if (!userId) {
           $(".add-box .warning .red").text("请选择审核人~");
           $(".add-box .warning").show();