20251205任务数据分配分页

This commit is contained in:
wxlong
2025-12-05 10:46:19 +08:00
parent 53900e6208
commit 7140e63b3f
13 changed files with 499 additions and 172 deletions

View File

@@ -36,7 +36,7 @@
</div>
</div>
<div id="leftPanelScroll">
<el-tabs v-model="activeName">
<el-tabs v-model="activeName">
<el-tab-pane label="任务进度" name="first">
<el-select
v-model="task"
@@ -773,19 +773,19 @@ export default {
// 从 store 获取数据
const taskData = that.$store.state.taskData.selectTaskHasCreated || [];
for (var i = 0; i < taskData.length; i++) {
that.reportoptions.push({
that.reportoptions.push({
value: taskData[i].id,
label: taskData[i].taskName,
});
that.taskoptions.push({
});
that.taskoptions.push({
value: taskData[i].id,
label: taskData[i].taskName,
});
that.wTaskOptions.push({
});
that.wTaskOptions.push({
value: taskData[i].id,
label: taskData[i].taskName,
});
}
});
}
},
getWarningTables() {
if (this.warningform.task != "") {