Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
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
耿迪迪
gassafety-progress
Commits
388b8eff
Commit
388b8eff
authored
Mar 16, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安全台账修改下拉框问题
parent
7365846e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
TSafeEquipmentStandingBook.java
.../com/zehong/system/domain/TSafeEquipmentStandingBook.java
+0
-3
index.vue
...typrogress-web/src/views/standingBook/equipment/index.vue
+3
-2
No files found.
gassafetyprogress-system/src/main/java/com/zehong/system/domain/TSafeEquipmentStandingBook.java
View file @
388b8eff
...
...
@@ -43,9 +43,6 @@ public class TSafeEquipmentStandingBook extends BaseEntity
/** 安全装置类型 */
private
String
equipmentType
;
/** 安全装置类型 */
private
String
equipments
;
/** 安装时间 */
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"安装时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd"
)
...
...
gassafetyprogress-web/src/views/standingBook/equipment/index.vue
View file @
388b8eff
...
...
@@ -422,11 +422,12 @@ export default {
this
.
options
=
response
.
data
;
});
getEquipment
(
row
.
safeEquipmentId
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
let
data
=
response
.
data
;
data
.
equipments
=
[];
this
.
form
=
data
;
if
(
this
.
form
.
equipmentType
){
this
.
form
.
equipments
=
this
.
form
.
equipmentType
.
split
(
","
);
}
// this.form.equipments = ["1","2","3"];
this
.
open1
=
true
;
this
.
title1
=
"修改用户加装安全装置台账"
;
});
...
...
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