Commit b8f13664 authored by 张伯涛's avatar 张伯涛

修改

parent 874c21dc
......@@ -26,6 +26,13 @@
<el-option value="9" label="数据字典" />
</el-select>
</el-form-item>
<el-form-item label="编码">
<el-input
v-model="searchParams.CONMAINCODE"
clearable
placeholder="请输入编码"
/>
</el-form-item>
<el-form-item>
<el-button type="primary" @click.stop="handleQuery()">查询</el-button>
</el-form-item>
......@@ -168,7 +175,9 @@ export default {
{ params: {
rows: this.rows,
page: this.page,
CREATEDATE: this.searchParams.CREATEDATE
CREATEDATE: this.searchParams.CREATEDATE,
type: this.searchParams.type,
CONMAINCODE: this.searchParams.CONMAINCODE
}
}).then(res => {
if (!res.errno) {
......
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