[update] 年度制修订标准化发起流程修改

This commit is contained in:
lideqin
2023-12-13 15:34:37 +08:00
parent ab3ce18353
commit 23bf12b99b
@@ -271,7 +271,12 @@ export default {
},
// 批量驳回
batchReject () {
if (this.selectedRowKeys.length <= 0) {
// 请选择至少一条记录
this.$message.warning(this.$t('atLeastSelectARecord'))
return
}
console.log(this.selectedRowKeys)
},
// 批量设置审批人
batchSetApprover () {