@@ -105,9 +105,8 @@
:layouts="['PrevJump', 'PrevPage', 'JumpNumber', 'NextPage', 'NextJump', 'Sizes', 'FullJump', 'Total']">
</vxe-pager>
</div>
-
- <el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="750px" height="600px">
- <div class="dark-el-input dark-el-button">
+ <div class="dark-el-dialog">
+ <el-dialog :title="title" :visible.sync="open" :close-on-click-modal="false" width="750px" height="600px">
<el-form ref="form" :model="form" :rules="rules" width="730px" label-width="130px">
<el-row class="mb4">
<el-col :span="12">
@@ -169,8 +168,8 @@
<el-button type="primary" @click="commitChannel">确 定</el-button>
<el-button @click="cancelChannel">取 消</el-button>
- </div>
- </el-dialog>
+ </el-dialog>
+ </div>
</template>
@@ -107,9 +107,8 @@
@@ -185,8 +184,8 @@
@@ -264,7 +263,7 @@ export default {
},
computed: {},
methods: {
- beforeQuery(){
+ beforeQuery() {
this.currentPage = 1
this.pageSize = 10
this.dataQuery()