Commit 39f32cc8 authored by youjie's avatar youjie

no message

parent 685c602b
...@@ -1289,7 +1289,8 @@ ...@@ -1289,7 +1289,8 @@
</el-dialog> </el-dialog>
</div> </div>
<!-- 修改出团公司 --> <!-- 修改出团公司 -->
<EditLeaveGroup v-if="GroupTypeVisible" :item="GroupTypeObj" @Cancel='CancelGroupType'/> <EditLeaveGroup v-if="GroupTypeVisible" :item="GroupTypeObj" @Cancel='CancelGroupType'
@Success="queryMsg.pageIndex=1,getControlList()"/>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -957,7 +957,8 @@ ...@@ -957,7 +957,8 @@
</div> </div>
</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()"/>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -98,6 +98,7 @@ export default { ...@@ -98,6 +98,7 @@ export default {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success('操作成功!'); this.$message.success('操作成功!');
this.Cancel() this.Cancel()
this.$emit('Success')
}else{ }else{
this.$message.info('操作失败!'); this.$message.info('操作失败!');
} }
......
...@@ -855,7 +855,8 @@ ...@@ -855,7 +855,8 @@
<price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog> <price-dialog :ConfigId="dialog.ConfigId" :OfferId="dialog.OfferId" ref="dialog"></price-dialog>
</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()"/>
</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