打卡记录选择部门

This commit is contained in:
曹前明 2022-10-24 18:09:17 +08:00
parent 3d7e0d2b1d
commit a6be82e54e
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -155,6 +155,7 @@ export default {
});
},
reStart(row) {
this.$API.wf.ticket.retryScript.req(row.id).then(res => {
this.$message.success("任务执行下发成功");
});