@ -306,7 +306,7 @@ export default {
this.$nextTick(_ => {
this.plans.forEach(row => {
if (row.flow_mod_id == this.myFlowModId) {
this.$refs['editorPlanTable']?.toggleRowSelection(row, true)
// this.$refs['editorPlanTable']?.toggleRowSelection(row, true)
}
})
@ -26,6 +26,12 @@
<Option v-for="item in departments" :key="item.id" :value="item.id">{{ item.name }}</Option>
</Select>
</div>
<!-- <div>
<span>状态</span>
<Select v-model="select.financial_status" style="width:120px" clearable>
<Option v-for="item in financialStatusList" :key="item.id" :value="item.id">{{ item.name }}</Option>
</div> -->
<div>
<span>开始时间</span>
@ -306,6 +312,13 @@ export default {
left: 0,
},
departments: [],
financialStatusList:[{
id:1,
name:'待确认'
},{
id:2,
name:'已审核'
}],
select: {
keyword: '',
search_start_date: "",
@ -315,6 +328,7 @@ export default {
page_size: 10,
flow_link: [],
department_id: '',
// financial_status:1
total: 0,
list: [],