我的数据格式如图
for (const mn of this.taskData) {
if (mn.Status === 'Active') {
this.isGD = mn.ResourceData.TaskNumber;
}
}
循环后的
我的数据格式如图
for (const mn of this.taskData) {
if (mn.Status === 'Active') {
this.isGD = mn.ResourceData.TaskNumber;
}
}
循环后的