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
79ee169b
Commit
79ee169b
authored
Nov 04, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口
parent
8bd4a3e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
yhfl.js
src/api/dangerManagement/yhfl.js
+1
-1
index.vue
src/views/dangerManagement/safetyDisposalRecord/index.vue
+6
-8
No files found.
src/api/dangerManagement/yhfl.js
View file @
79ee169b
...
...
@@ -39,7 +39,7 @@ data: query||{}
*/
export
function
doQuerRoot
(
query
)
{
return
request
({
url
:
'/aqgl/yhgl/yh
bz
fl/queryroot'
,
url
:
'/aqgl/yhgl/yhfl/queryroot'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
src/views/dangerManagement/safetyDisposalRecord/index.vue
View file @
79ee169b
<
template
>
<div
style=
"display: flex;"
>
<div
class=
"min_full"
style=
"width: 200px;border-right: 0px;"
>
<TreeBase
:app=
'app'
@
selected=
'selectedTree'
:dgtype=
'3'
></TreeBase>
<TreeBase
:app=
'app'
@
selected=
'selectedTree'
></TreeBase>
</div>
<div
class=
"min_full"
style=
"width: calc(100% - 200px)"
>
<!-- 查询条件-->
...
...
@@ -73,8 +73,8 @@
doExport
}
from
"@/api/dangerManagement/enterSafetyRecords.js"
import
{
doQuerRoot
}
from
"
@/api/dangerManagement/yhbzfl.js"
QueryBm
,
}
from
"
common/src/api/system/dmgSystem.js"
;
/* edit页面*/
import
Edit
from
'./edit'
import
{
...
...
@@ -100,12 +100,10 @@
},
/* 树的标题 */
treeTitle
:
'
隐患检查标准分类
'
,
treeTitle
:
'
单位列表
'
,
treeDefaultProps
:
{
children
:
'children'
,
label
:
'name'
,
fatherId
:
'pid'
,
sonId
:
'id'
label
:
'bmmc'
},
/* 表格标题对应参数*/
/* 表格标题对应参数*/
...
...
@@ -153,7 +151,7 @@
/* 删除操作*/
apiDelete
:
doDelete
,
/* treeQuery */
apiTreeQuery
:
doQuerRoot
,
apiTreeQuery
:
QueryBm
,
/* 初始化赋值操作*/
init
()
{
...
...
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