Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-app
Commits
363f14e9
Commit
363f14e9
authored
Jul 13, 2023
by
wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ll
parent
4860ee0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
src/components/selectFloor.vue
src/components/selectFloor.vue
+3
-3
src/views/riskProject/add/addInherent.vue
src/views/riskProject/add/addInherent.vue
+2
-0
src/views/riskProject/add/inherentRisks.vue
src/views/riskProject/add/inherentRisks.vue
+1
-1
No files found.
src/components/selectFloor.vue
View file @
363f14e9
...
...
@@ -42,8 +42,6 @@ export default {
components
:
{
// LHeader
},
created
()
{
},
data
()
{
return
{
text
:
"
选择人员
"
,
...
...
@@ -52,6 +50,9 @@ export default {
seletedItem
:{}
};
},
mounted
(){
this
.
seletedItem
=
this
.
listdata
[
0
].
children
[
0
]
},
methods
:
{
// 待搜索框内容发生变化
onInput
:
debounce
(
function
()
{
...
...
@@ -62,7 +63,6 @@ export default {
this
.
itemSel
=
e
},
clickItem
(
data
)
{
console
.
log
(
data
,
'
llll
'
)
this
.
seletedItem
=
data
},
save
()
{
...
...
src/views/riskProject/add/addInherent.vue
View file @
363f14e9
...
...
@@ -415,8 +415,10 @@ export default {
.
then
(
res
=>
{
// this.$toast.clear();
// this.showSource = true;
let
newArr
=
this
.
renameKeyInTree
(
res
.
data
,
'
name
'
,
'
text
'
)
this
.
floorSource
=
newArr
;
})
.
catch
(()
=>
{
...
...
src/views/riskProject/add/inherentRisks.vue
View file @
363f14e9
...
...
@@ -194,9 +194,9 @@ export default {
getFun
(
`/risk/plan/floor/list/
${
id
}
`
)
.
then
(
res
=>
{
this
.
floorListData
=
res
.
data
this
.
changeBuild
(
res
.
data
[
0
].
name
)
this
.
option0
=
this
.
changeData
(
res
.
data
)
this
.
value0
=
res
.
data
[
0
].
name
||
''
this
.
changeBuild
(
res
.
data
[
0
].
name
)
})
.
catch
(()
=>
{
this
.
$toast
.
fail
(
"
加载失败,请稍后再试
"
);
...
...
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