Commit 8fc6ee3b authored by 张海景's avatar 张海景

update:修改工作单元id参数

parent ab545d2f
<template> <template>
<div class="app-container"> <div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
<el-form-item label="工作单元ID" prop="workunit"> <el-form-item label="工作单元ID" prop="workunitId">
<el-input <el-input
v-model="queryParams.workunit" v-model="queryParams.workunitId"
placeholder="请输入工作单元ID" placeholder="请输入工作单元ID"
clearable clearable
style="width: 240px" style="width: 240px"
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
workunit: null, workunitId: null,
isWork: null, isWork: null,
theDay: this.theDay theDay: this.theDay
}, },
......
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