ソースを参照

编码员审核提示信息显示

liyanyan 1 週間 前
コミット
efe818d9f3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/appealModal/index.vue

+ 1 - 1
src/components/appealModal/index.vue

@@ -97,7 +97,7 @@ export default {
         
     async openAppealDialog(type, items, quality_type) {
       this.dialogFormsLabel.zd_field_name = items.error_name || items.field_name || items.error_field;
-      this.dialogFormsLabel.ts_desc =  quality_type == 3 ?  items.notice : items.desc;
+      this.dialogFormsLabel.ts_desc =  quality_type == 2 ?  items.notice : items.desc;
       this.dialogType = type;
       this.currentId = type === 'appeal' ? items.rule_id : items.appeal_id;
       this.qualityType = quality_type