打卡记录选择部门
This commit is contained in:
parent
3d7e0d2b1d
commit
a6be82e54e
|
@ -2,7 +2,7 @@
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-header>
|
<el-header>
|
||||||
<div class="left-panel">
|
<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
|
<el-date-picker
|
||||||
v-model="monthV"
|
v-model="monthV"
|
||||||
type="month"
|
type="month"
|
||||||
|
|
|
@ -155,6 +155,7 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
reStart(row) {
|
reStart(row) {
|
||||||
|
|
||||||
this.$API.wf.ticket.retryScript.req(row.id).then(res => {
|
this.$API.wf.ticket.retryScript.req(row.id).then(res => {
|
||||||
this.$message.success("任务执行下发成功");
|
this.$message.success("任务执行下发成功");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue