[update] 年度制修订标准化发起流程修改
This commit is contained in:
+6
-1
@@ -271,7 +271,12 @@ export default {
|
||||
},
|
||||
// 批量驳回
|
||||
batchReject () {
|
||||
|
||||
if (this.selectedRowKeys.length <= 0) {
|
||||
// 请选择至少一条记录
|
||||
this.$message.warning(this.$t('atLeastSelectARecord'))
|
||||
return
|
||||
}
|
||||
console.log(this.selectedRowKeys)
|
||||
},
|
||||
// 批量设置审批人
|
||||
batchSetApprover () {
|
||||
|
||||
Reference in New Issue
Block a user