Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
9340b607
Commit
9340b607
authored
Jun 28, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整体优化
parent
ad090899
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
MeterAptitudeManageEdit.vue
pages/meter-aptitude/manage/MeterAptitudeManageEdit.vue
+2
-2
MeterAptitudeStandardEdit.vue
pages/meter-aptitude/standard/MeterAptitudeStandardEdit.vue
+2
-2
No files found.
pages/meter-aptitude/manage/MeterAptitudeManageEdit.vue
View file @
9340b607
...
@@ -259,12 +259,12 @@ export default {
...
@@ -259,12 +259,12 @@ export default {
this
.
$refs
.
formObj
.
resetFields
()
this
.
$refs
.
formObj
.
resetFields
()
if
(
this
.
$string
(
formObj
).
isEmpty
())
{
if
(
this
.
$string
(
formObj
).
isEmpty
())
{
this
.
id
=
''
this
.
id
=
''
this
.
modalTitle
=
'添加
判
定依据'
this
.
modalTitle
=
'添加
检
定依据'
}
else
{
}
else
{
this
.
formObj
=
formObj
this
.
formObj
=
formObj
this
.
id
=
formObj
.
id
this
.
id
=
formObj
.
id
console
.
log
(
this
.
formObj
)
console
.
log
(
this
.
formObj
)
this
.
modalTitle
=
'编辑
判
定依据'
this
.
modalTitle
=
'编辑
检
定依据'
}
}
this
.
showModal
=
true
this
.
showModal
=
true
},
},
...
...
pages/meter-aptitude/standard/MeterAptitudeStandardEdit.vue
View file @
9340b607
...
@@ -98,11 +98,11 @@ export default {
...
@@ -98,11 +98,11 @@ export default {
this
.
$refs
.
formObj
.
resetFields
()
this
.
$refs
.
formObj
.
resetFields
()
if
(
this
.
$string
(
formObj
).
isEmpty
())
{
if
(
this
.
$string
(
formObj
).
isEmpty
())
{
this
.
id
=
''
this
.
id
=
''
this
.
modalTitle
=
'添加
判
定依据'
this
.
modalTitle
=
'添加
检
定依据'
}
else
{
}
else
{
this
.
formObj
=
formObj
this
.
formObj
=
formObj
this
.
id
=
formObj
.
id
this
.
id
=
formObj
.
id
this
.
modalTitle
=
'编辑
判
定依据'
this
.
modalTitle
=
'编辑
检
定依据'
}
}
this
.
showModal
=
true
this
.
showModal
=
true
},
},
...
...
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