Commit 258f27fd authored by youjie's avatar youjie

优化 申请出团公司

parent 7a71a973
......@@ -1296,7 +1296,7 @@
</div>
<!-- 修改出团公司 -->
<EditLeaveGroup v-if="GroupTypeVisible" :item="GroupTypeObj" @Cancel='CancelGroupType'
@Success="queryMsg.pageIndex=1,getControlList()" />
@Success="getControlList()" />
</div>
</template>
<script>
......
......@@ -963,7 +963,7 @@
</el-dialog>
<!-- 修改出团公司 -->
<EditLeaveGroup v-if="GroupTypeVisible" :item="GroupTypeObj" @Cancel='CancelGroupType'
@Success="queryMsg.pageIndex=1,getControlList()" />
@Success="getControlList()" />
</div>
</template>
<script>
......
......@@ -864,7 +864,7 @@
</el-dialog>
<!-- 修改出团公司 -->
<EditLeaveGroup v-if="GroupTypeVisible" :item="GroupTypeObj" @Cancel='CancelGroupType'
@Success="queryMsg.pageIndex=1,getControlList()" />
@Success="getControlList()" />
</div>
</template>
<script>
......
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