Commit df5ec941 authored by 黄奎's avatar 黄奎
parents 95754cca 27b01da4
......@@ -80,7 +80,7 @@ export default {
deep: true
}
},created(){
this.dataList = this.data
this.dataList = this.data;
}
}
</script>
......@@ -16,7 +16,7 @@
<template>
<div class="wrapper">
<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>
<div class="fr">
<el-dropdown split-button type="primary" trigger="click" @command="bindVisa">
......@@ -108,7 +108,7 @@ export default {
methods:{
// 订单拆分
OrderSplit(){
},
checkThis(){ // 单选
......
......@@ -4115,7 +4115,7 @@ submitYSZEForm(){
if (res.data.resultCode === 1) {
this.getList();
this.getConfig();
this.Info(res.data.message);
this.Success(res.data.message);
} else {
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