打卡记录选择部门
This commit is contained in:
parent
3d7e0d2b1d
commit
a6be82e54e
|
@ -2,7 +2,7 @@
|
|||
<el-container>
|
||||
<el-header>
|
||||
<div class="left-panel">
|
||||
<el-cascader v-model="query.employee__belong_dept" :options="deptData" clearable placeholder="部门/单位" @change="handleQuery" :show-all-levels="false" :props="{emitPath:false}"/>
|
||||
<el-cascader v-model="query.employee__belong_dept" :options="deptData" clearable placeholder="部门/单位" @change="handleQuery" :show-all-levels="false" :props="{emitPath:false,checkStrictly: true}"/>
|
||||
<el-date-picker
|
||||
v-model="monthV"
|
||||
type="month"
|
||||
|
|
|
@ -155,6 +155,7 @@ export default {
|
|||
});
|
||||
},
|
||||
reStart(row) {
|
||||
|
||||
this.$API.wf.ticket.retryScript.req(row.id).then(res => {
|
||||
this.$message.success("任务执行下发成功");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue