@@ -950,6 +950,7 @@ export default {
type: 2,
isDels: true,
sort: item.sort,
+ firstChoiceStatus: item.firstChoiceStatus || 0,
};
arrays.push(arr);
// });
@@ -52,6 +52,7 @@ export default {
i.disabled = i.type == 2 ? false : true;
return i;
});
+ console.log(array,'value')
this.value = value;
this.dialogVisible = true;
},