20251205任务数据分配分页
This commit is contained in:
@@ -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 != "") {
|
||||
|
||||
Reference in New Issue
Block a user