Commit df5ec941 authored by 黄奎's avatar 黄奎
parents 95754cca 27b01da4
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
deep: true deep: true
} }
},created(){ },created(){
this.dataList = this.data this.dataList = this.data;
} }
} }
</script> </script>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<template> <template>
<div class="wrapper"> <div class="wrapper">
<div class="_vad_top clearfix"> <div class="_vad_top clearfix">
<el-button @click="OrderSplit" style="float:right;background:#E95252;color:#fff" size="mini">拆分</el-button> <!-- <el-button @click="OrderSplit" style="float:right;background:#E95252;color:#fff" size="mini">拆分</el-button> -->
<!-- <span class="_num PingFangSC">{{$t('visa.v_tuan')}}{{num}}</span> <!-- <span class="_num PingFangSC">{{$t('visa.v_tuan')}}{{num}}</span>
<div class="fr"> <div class="fr">
<el-dropdown split-button type="primary" trigger="click" @command="bindVisa"> <el-dropdown split-button type="primary" trigger="click" @command="bindVisa">
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
methods:{ methods:{
// 订单拆分 // 订单拆分
OrderSplit(){ OrderSplit(){
}, },
checkThis(){ // 单选 checkThis(){ // 单选
......
...@@ -4115,7 +4115,7 @@ submitYSZEForm(){ ...@@ -4115,7 +4115,7 @@ submitYSZEForm(){
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.getList(); this.getList();
this.getConfig(); this.getConfig();
this.Info(res.data.message); this.Success(res.data.message);
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
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