Commit 620610cf authored by youjie's avatar youjie

no message

parent d4a7523d
......@@ -2587,7 +2587,7 @@
query: {
czmsg: JSON.stringify(msg),
orderObj: JSON.stringify(orderObj),
companyID: this.OutBranchId,
companyID: this.yfOutBranchId,
Type: 2,
searchTitle: "分摊"
}
......
......@@ -459,7 +459,7 @@
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="msg.total">
</el-pagination>
<el-dialog custom-class='addCompany' :title="dialogTitle" :visible.sync="outerVisible" center
:before-close="closeChangeMachie">
:before-close="closeChangeMachie" :close-on-click-modal="false">
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="100px">
<el-form-item>
<el-radio-group v-model="addMsg.LeaderGuidClass">
......
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