|
@@ -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
|