|
@@ -107,9 +107,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">
|
|
@@ -185,8 +184,8 @@
|
|
|
<el-button type="primary" @click="commitChannel">确 定</el-button>
|
|
|
<el-button @click="cancelChannel">取 消</el-button>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </el-dialog>
|
|
|
+ </el-dialog>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -264,7 +263,7 @@ export default {
|
|
|
},
|
|
|
computed: {},
|
|
|
methods: {
|
|
|
- beforeQuery(){
|
|
|
+ beforeQuery() {
|
|
|
this.currentPage = 1
|
|
|
this.pageSize = 10
|
|
|
this.dataQuery()
|