Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
c505bc8e
Commit
c505bc8e
authored
Nov 21, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue
parents
a3c6a928
9c5d796e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
enterSafetyRecords.js
src/api/dangerManagement/enterSafetyRecords.js
+8
-0
edit.vue
src/views/dangerManagement/enterSafetyRecords/edit.vue
+1
-1
No files found.
src/api/dangerManagement/enterSafetyRecords.js
View file @
c505bc8e
...
@@ -31,6 +31,14 @@ export function doDelete(query) {
...
@@ -31,6 +31,14 @@ export function doDelete(query) {
})
})
}
}
export
function
doInitFxd
(
query
)
{
return
request
({
url
:
'/aqgl/fxyk/fxd/init/fxd'
,
method
:
'post'
,
data
:
query
||
{}
})
}
...
...
src/views/dangerManagement/enterSafetyRecords/edit.vue
View file @
c505bc8e
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"风险点"
ref=
"fxd"
prop=
"fxd"
>
<el-form-item
label=
"风险点"
ref=
"fxd"
prop=
"fxd"
>
<el-input
:readonly=
"readonly"
v-model=
"form.fxd"
></el-inpu
t>
<RelSelect
style=
"width: 100%;"
:readonly=
"readonly"
src=
'aqgl/fxyk/fxd/init/fxd'
:match=
"
{value:'id',label:'fxdName'}" v-model='form.fxd' >
</RelSelec
t>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
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