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
4f8f19e7
Commit
4f8f19e7
authored
Jul 06, 2023
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
df43f7d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
package-lock.json
package-lock.json
+1
-1
src/views/riskProject/add/inherentRisks.vue
src/views/riskProject/add/inherentRisks.vue
+4
-2
No files found.
package-lock.json
View file @
4f8f19e7
...
...
@@ -15689,7 +15689,7 @@
},
"vue-lazyload"
:
{
"version"
:
"1.2.3"
,
"resolved": "https://registry.npm
mirror.com
/vue-lazyload/-/vue-lazyload-1.2.3.tgz",
"resolved"
:
"https://registry.npm
js.org
/vue-lazyload/-/vue-lazyload-1.2.3.tgz"
,
"integrity"
:
"sha512-DC0ZwxanbRhx79tlA3zY5OYJkH8FYp3WBAnAJbrcuoS8eye1P73rcgAZhyxFSPUluJUTelMB+i/+VkNU/qVm7g=="
},
"vue-loader"
:
{
...
...
src/views/riskProject/add/inherentRisks.vue
View file @
4f8f19e7
...
...
@@ -128,8 +128,8 @@ export default {
planId
:
0
,
buildingId
:
0
,
buildingName
:
""
,
value1
:
1
,
value2
:
1
,
value1
:
0
,
value2
:
0
,
option1
:
[],
option2
:
[],
isHaveNews
:
false
,
...
...
@@ -192,6 +192,7 @@ export default {
getFun
(
`/risk/plan/floor/list/
${
id
}
`
)
.
then
(
res
=>
{
this
.
option1
=
this
.
changeData
(
res
.
data
);
this
.
value1
=
res
.
data
[
0
].
id
||
0
;
resolve
(
res
.
data
);
})
.
catch
(()
=>
{
...
...
@@ -204,6 +205,7 @@ export default {
getFun
(
`/risk/plan/room/list/
${
id
}
`
)
.
then
(
res
=>
{
this
.
option2
=
this
.
changeData
(
res
.
data
);
this
.
value2
=
res
.
data
[
0
].
id
||
0
;
resolve
(
res
.
data
);
})
.
catch
(()
=>
{
...
...
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