Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5f2c6ec4
authored
Jun 18, 2024
by
“lijun”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug的修改
1 parent
daf5e126
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
src/views/archi-asset-manage/index.vue
src/views/busi-assets-list/index.vue
src/views/demandManagement/Add.vue
src/views/archi-asset-manage/index.vue
View file @
5f2c6ec
...
...
@@ -1030,7 +1030,7 @@ export default {
},
created
()
{
// 默认选中第一个系统
this
.
getDefaultSys
()
//
this.getDefaultSys()
getDictTypeOptions
(
'asset_status'
).
then
((
res
)
=>
{
this
.
assetsStatusOptions
=
res
})
...
...
src/views/busi-assets-list/index.vue
View file @
5f2c6ec
...
...
@@ -1112,7 +1112,9 @@ export default {
this
.
ruleForm
.
let3
=
row
.
archiEleId
this
.
ruleForm
.
preArc
=
row
.
parentElement
?.
replace
(
/
\]
|
\[
|
\/?
]/g
,
''
)
this
.
getShangJiJieDianSelect
(
this
.
ruleForm
.
preArc
)
this
.
ruleForm
.
parentAsset
=
row
.
parentAsset
.
split
(
', '
)
if
(
row
.
parentAsset
!=
null
){
this
.
ruleForm
.
parentAsset
=
row
.
parentAsset
.
split
(
','
)
}
this
.
ruleForm
.
assetNumber
=
row
.
assetNumber
this
.
getZuJianLeiXingSelect
(
null
).
then
((
res
)
=>
{
this
.
zuJianLeiXingSelect
=
res
...
...
src/views/demandManagement/Add.vue
View file @
5f2c6ec
...
...
@@ -131,6 +131,7 @@ export default {
multiple
:
true
,
rules
:
[{
required
:
true
,
trigger
:
'change'
,
message
:
'不能为空'
}],
disabled
:
this
.
title
==
'详情'
?
true
:
false
,
span
:
24
},
{
label
:
'创建人'
,
// label文字
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment