Commit 115050ad authored by 华国豪's avatar 华国豪 🙄

1

parent 0a2adec6
......@@ -693,9 +693,9 @@ export default {
zhuanBtn(){
if(!this.zhuanMsg.AuditEmId) return this.$message.error(this.$t('rule.qxzzjiaoren'));
if(!this.zhuanMsg.Description)return this.$message.error(this.$t('rule.qtxzjbeizhu'));
this.zhuanMsg.TransferEmpId = this.msg.CreateBy
let msg = [];
msg.push(this.zhuanMsg);
msg.TransferEmpId = this.msg.CreateBy
this.BOSSDialogText = true;
if (this.BOSSBtn2) {
this.zhuanMsg.WorkFlowId = this.checkList[this.bossLen-1]
......@@ -814,7 +814,7 @@ export default {
this.checkAllList =[];
this.checkList = [];
if ((t&&this.BOSSBtn)||(t&&this.BOSSBtn2)) {
this.msg.pageSize = 100;
this.msg.pageSize = 6;
} else {
this.msg.pageSize = 6;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment