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
fc167e68
Commit
fc167e68
authored
Nov 19, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
附件
parent
16d972c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
+28
-3
common.js
src/api/dangerManagement/common.js
+24
-0
index.vue
...iews/dangerManagement/dangerRectificationRecord/index.vue
+2
-2
fcjg.vue
src/views/dangerManagement/dangerReviewRecord/fcjg.vue
+2
-1
No files found.
src/api/dangerManagement/common.js
0 → 100644
View file @
fc167e68
import
request
from
'common/src/utils/request'
/* query */
export
function
doFp
(
query
)
{
return
request
({
url
:
'/aqgl/yhgl/yhjl/doFp'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doZg
(
query
)
{
return
request
({
url
:
'/aqgl/yhgl/yhjl/doZg'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doFc
(
query
)
{
return
request
({
url
:
'/aqgl/yhgl/yhjl/doFc'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/dangerManagement/dangerRectificationRecord/index.vue
View file @
fc167e68
...
...
@@ -39,9 +39,9 @@
<ViewButton
ref=
"view"
:app=
'app'
></ViewButton>
<EditButton
ref=
"edit"
:app=
'app'
></EditButton>
<DeleteButton
:app=
'app'
></DeleteButton>
<AttachFileButton
_aqyh
:params=
"
{childPath:'yhzg'}" :app='this'>
</AttachFileButton
_aqyh
>
<WorkFlowButton
:app=
'app'
></WorkFlowButton
>
<!--
<WorkFlowButton
:app=
'app'
></WorkFlowButton>
--
>
<FieldButton
:app=
'app'
></FieldButton>
<ExcelButton
:app=
'app'
></ExcelButton>
<el-button
size=
'mini'
@
click=
"zdzrr"
type=
"primary"
>
整改完成
</el-button>
...
...
src/views/dangerManagement/dangerReviewRecord/fcjg.vue
View file @
fc167e68
...
...
@@ -65,7 +65,8 @@
save
(){
let
params
=
{
fcjg
:
this
.
fcjg
,
fcsm
:
this
.
rowItem
.
fcsm
fcsm
:
this
.
rowItem
.
fcsm
,
id
:
this
.
rowItem
.
id
}
doFc
(
params
).
then
(
res
=>
{
if
(
res
.
success
){
...
...
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