_this.arrTitle = [];
var listTitle = data.data;
arrTitle html
for (let i in listTitle) {
_this.arrTitle.push(listTitle[i]);
}
1.vue builds the project, selects permissions and creates roles in the background. My code uses table to write the selection box. The problems encountered are: click to view, all of the columns are selected. This is related to the v-model in my td. The data return 1 in the background means that the true,0 code false, is selected. How to control the dynamic rendering of data using vue,? The problem is as mentioned above, please take a look at it!