@@ -111,11 +111,7 @@ export default {
},
onAppealClick(val) {
this.form = val
- if (val.id == this.id) {
- this.id = null;
- } else {
- this.id = val.id;
- }
+ this.id = val.id;
this.listToString(this.form.appearImagesList)
// 对象转成指定字符串分隔