Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pda
pda-ui
Commits
8fc6ee3b
Commit
8fc6ee3b
authored
Mar 16, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改工作单元id参数
parent
ab545d2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
itemIndex.vue
src/views/mes/cal/holiday/itemIndex.vue
+3
-3
No files found.
src/views/mes/cal/holiday/itemIndex.vue
View file @
8fc6ee3b
<
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=
"workunit
Id
"
>
<el-input
<el-input
v-model=
"queryParams.workunit"
v-model=
"queryParams.workunit
Id
"
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
,
workunit
Id
:
null
,
isWork
:
null
,
isWork
:
null
,
theDay
:
this
.
theDay
theDay
:
this
.
theDay
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment