Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
8a7b4f3f
Commit
8a7b4f3f
authored
Aug 05, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新数据
parent
ac0c60a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+13
-8
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
8a7b4f3f
...
@@ -735,6 +735,11 @@ export default {
...
@@ -735,6 +735,11 @@ export default {
console
.
log
(
value
);
console
.
log
(
value
);
if
(
value
&&
value
!=
""
)
{
if
(
value
&&
value
!=
""
)
{
this
.
getItemInfo
(
value
);
this
.
getItemInfo
(
value
);
}
else
{
this
.
form
.
name
=
""
;
this
.
form
.
desc
=
""
;
this
.
form
.
area
=
""
;
this
.
cover
=
[];
}
}
this
.
request_fields
=
[];
this
.
request_fields
=
[];
this
.
response_fields
=
[];
this
.
response_fields
=
[];
...
@@ -959,21 +964,21 @@ export default {
...
@@ -959,21 +964,21 @@ export default {
return
item
.
id
==
self
.
skfwQqt
;
return
item
.
id
==
self
.
skfwQqt
;
}).
name
}).
name
}
。
`;
}
。
`;
this
.dialogInfo.submit = () => {
self
.dialogInfo.submit = () => {
this
.$refs.alertChange.hide();
self
.$refs.alertChange.hide();
};
};
this
.$refs.alertChange.show();
self
.$refs.alertChange.show();
this
.is_portal = true;
self
.is_portal = true;
} else if (event.data.cmd == "getPortalItemInfoError") {
} else if (event.data.cmd == "getPortalItemInfoError") {
console.log(event.data.params);
console.log(event.data.params);
this
.is_portal = false;
self
.is_portal = false;
} else if (event.data.cmd == "addPortalItem") {
} else if (event.data.cmd == "addPortalItem") {
console.log(event.data.params);
console.log(event.data.params);
this
.is_portal = true;
self
.is_portal = true;
this
.registe();
self
.registe();
} else if (event.data.cmd == "addPortalItemError") {
} else if (event.data.cmd == "addPortalItemError") {
console.log(event.data.params);
console.log(event.data.params);
this
.is_portal = false;
self
.is_portal = false;
}
}
}
}
});
});
...
...
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