Commit 258f27fd authored by youjie's avatar youjie

优化 申请出团公司

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