@ -201,7 +201,7 @@
data() {
return {
rateList: rateList,
selectItem: String(this.qitem.rate || 5),
selectItem: String(this.qitem.rate || (this.disabled ? 0 : 5)),
}
},
computed: {
@ -224,7 +224,7 @@