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 eb9b6a48
authored
Apr 09, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
5f5e50c7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/busi-assets-list/index.vue
src/xmlTemplate/index.js
src/views/busi-assets-list/index.vue
View file @
eb9b6a4
...
...
@@ -370,7 +370,7 @@
</el-select> -->
</el-form-item>
<div
class=
"dialog_form_item3 m-b-20 flex-c"
>
<div
class=
"dialog_form_item_title"
>
图标设置:
</div>
<div
class=
"dialog_form_item_title"
>
<span
style=
"color: #F56C6C;"
>
*
</span>
图标设置:
</div>
<div
class=
"flex"
>
<img
:style=
"{
...
...
@@ -718,6 +718,9 @@ export default {
//弹框保存
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
this
.
selectGraphSrc
.
length
==
0
)
{
return
this
.
$message
.
warning
(
'请选择图形'
)
}
// console.log(this.ruleForm);
let
parentAssetName
,
assetCode
,
...
...
@@ -901,7 +904,7 @@ export default {
this
.
addDialog
=
true
this
.
is_add_edit
=
'add'
this
.
disabled1
=
false
//
this.getShangJiJieDianSelect();
this
.
getShangJiJieDianSelect
();
this
.
getZuJianLeiXingSelect
(
null
).
then
((
res
)
=>
{
this
.
zuJianLeiXingSelect
=
res
})
...
...
src/xmlTemplate/index.js
0 → 100644
View file @
eb9b6a4
This diff is collapsed.
Click to expand it.
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