Commit 208b8aeb authored by lvzhuangzhuang's avatar lvzhuangzhuang

1

parent 30deee38
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</el-form> </el-form>
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<el-col :span="1.5"> <!--<el-col :span="1.5">
<el-button <el-button
type="success" type="success"
plain plain
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
size="mini" size="mini"
@click="dialogVisible = true" @click="dialogVisible = true"
>保存</el-button> >保存</el-button>
</el-col> </el-col>-->
<el-col :span="1.5"> <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
...@@ -107,10 +107,10 @@ export default { ...@@ -107,10 +107,10 @@ export default {
form: {}, form: {},
// 查询参数 // 查询参数
queryParams: { queryParams: {
pageNum: 1, /*pageNum: 1,
pageSize: 10, pageSize: 10,
name: null, name: null,
content: null content: null*/
}, },
}; };
}, },
......
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