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

1

parent 0a2adec6
...@@ -693,9 +693,9 @@ export default { ...@@ -693,9 +693,9 @@ export default {
zhuanBtn(){ zhuanBtn(){
if(!this.zhuanMsg.AuditEmId) return this.$message.error(this.$t('rule.qxzzjiaoren')); if(!this.zhuanMsg.AuditEmId) return this.$message.error(this.$t('rule.qxzzjiaoren'));
if(!this.zhuanMsg.Description)return this.$message.error(this.$t('rule.qtxzjbeizhu')); if(!this.zhuanMsg.Description)return this.$message.error(this.$t('rule.qtxzjbeizhu'));
this.zhuanMsg.TransferEmpId = this.msg.CreateBy
let msg = []; let msg = [];
msg.push(this.zhuanMsg); msg.push(this.zhuanMsg);
msg.TransferEmpId = this.msg.CreateBy
this.BOSSDialogText = true; this.BOSSDialogText = true;
if (this.BOSSBtn2) { if (this.BOSSBtn2) {
this.zhuanMsg.WorkFlowId = this.checkList[this.bossLen-1] this.zhuanMsg.WorkFlowId = this.checkList[this.bossLen-1]
...@@ -814,7 +814,7 @@ export default { ...@@ -814,7 +814,7 @@ export default {
this.checkAllList =[]; this.checkAllList =[];
this.checkList = []; this.checkList = [];
if ((t&&this.BOSSBtn)||(t&&this.BOSSBtn2)) { if ((t&&this.BOSSBtn)||(t&&this.BOSSBtn2)) {
this.msg.pageSize = 100; this.msg.pageSize = 6;
} else { } else {
this.msg.pageSize = 6; 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