Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
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
komatsu
komatsu-lease-app
Commits
5bc12fe3
Commit
5bc12fe3
authored
Feb 02, 2023
by
WangRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[feature]
parent
1573bda4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
changeForm.vue
src/modules/infoChange/views/changeForm.vue
+4
-4
No files found.
src/modules/infoChange/views/changeForm.vue
View file @
5bc12fe3
...
...
@@ -45,9 +45,9 @@ const infoChangeStore = useInfoChange()
console
.
log
(
"目前维护的数据"
,
infoChangeStore
.
data
);
const
route
=
useRoute
()
cons
t
readonly
=
$ref
(
false
)
cons
t
isOpenConfig
=
$ref
(
true
);
cons
t
isNew
=
$ref
(
true
)
le
t
readonly
=
$ref
(
false
)
le
t
isOpenConfig
=
$ref
(
true
);
le
t
isNew
=
$ref
(
true
)
const
getMode
=
()
=>
{
if
(
route
.
query
.
isReturn
===
"false"
)
{
...
...
@@ -471,4 +471,4 @@ const goLastPage = () => {
height: calc(100% - var(--van-nav-bar-height));
overflow-y: auto;
}
</
style
>
\ No newline at end of file
</
style
>
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