Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
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
pangchong
mocp-uniapp
Commits
e6b4a02d
Commit
e6b4a02d
authored
Jul 15, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复问题
parent
84b63b9e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
8 deletions
+5
-8
src/mocp/components/global-checkbox/global-checkbox.vue
+0
-1
src/pages/modules/mocp/panel/appraisal-record/constants/search.compositions.js
+1
-2
src/pages/modules/mocp/panel/appraisal-record/constants/search.functionals.js
+1
-1
src/pages/modules/mocp/panel/appraisal-record/list.vue
+3
-1
src/pages/modules/mocp/panel/assign-work/constants/search.compositions.js
+0
-1
src/pages/modules/mocp/panel/move-decision/constants/search.compositions.js
+0
-1
src/pages/modules/mocp/panel/technology-evaluation/constants/search.compositions.js
+0
-1
No files found.
src/mocp/components/global-checkbox/global-checkbox.vue
View file @
e6b4a02d
...
...
@@ -4,7 +4,6 @@
<up-checkbox-group
v-model=
"checkboxValue"
:placement=
"placement"
@
change=
"checkboxChange"
:disabled=
"disabled"
:borderBottom=
"borderBottom"
>
<up-checkbox
:customStyle=
"getCustomStyle"
0
v-for=
"(item, index) in getColumns"
:key=
"index"
:label=
"item.label"
...
...
src/pages/modules/mocp/panel/appraisal-record/constants/search.compositions.js
View file @
e6b4a02d
...
...
@@ -3,7 +3,7 @@ import { ref } from 'vue'
export
const
formRef
=
ref
()
// 表单数据
export
const
formData
=
ref
({
status
:
null
,
status
:
1
,
valid
:
null
,
department
:
''
,
appraisee
:
''
,
...
...
@@ -16,4 +16,3 @@ export const formData = ref({
examineType
:
''
,
appealInfo
:
null
})
export
const
status
=
ref
([])
src/pages/modules/mocp/panel/appraisal-record/constants/search.functionals.js
View file @
e6b4a02d
...
...
@@ -3,7 +3,7 @@ import { formData, formRef } from './search.compositions'
export
const
handleReset
=
()
=>
{
formData
.
value
=
{
status
:
null
,
status
:
1
,
valid
:
null
,
department
:
''
,
appraisee
:
''
,
...
...
src/pages/modules/mocp/panel/appraisal-record/list.vue
View file @
e6b4a02d
...
...
@@ -54,7 +54,9 @@ const handleRightClick = () => {
uni
.
$mocpJump
.
navigateTo
(
'/panel/appraisal-record/search'
)
}
//刷新
const
searchParams
=
ref
()
const
searchParams
=
ref
({
status
:
1
})
const
paging
=
ref
()
uni
.
$on
(
'appraisalRecordReload'
,
({
params
})
=>
{
if
(
params
)
{
...
...
src/pages/modules/mocp/panel/assign-work/constants/search.compositions.js
View file @
e6b4a02d
...
...
@@ -12,4 +12,3 @@ export const formData = ref({
startTimeS
:
null
,
startTimeE
:
null
})
export
const
status
=
ref
([])
src/pages/modules/mocp/panel/move-decision/constants/search.compositions.js
View file @
e6b4a02d
...
...
@@ -10,4 +10,3 @@ export const formData = ref({
startDateTime
:
null
,
endDateTime
:
null
})
export
const
status
=
ref
([])
src/pages/modules/mocp/panel/technology-evaluation/constants/search.compositions.js
View file @
e6b4a02d
...
...
@@ -10,4 +10,3 @@ export const formData = ref({
startDateTime
:
null
,
endDateTime
:
null
})
export
const
status
=
ref
([])
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