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 99377d9b
authored
Dec 14, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231214wangwansu
1 parent
41d7773e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
9 deletions
src/views/archiViewConfig/index.vue
src/views/metaModelDic/index.vue
src/views/metaModelDic/pages/page1.vue
src/views/metaModelDic/pages/page2.vue
src/views/archiViewConfig/index.vue
View file @
99377d9
...
...
@@ -321,7 +321,6 @@ export default {
gtEleRelList
()
{
gtEleRelList
().
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
console
.
log
(
res
.
data
);
this
.
tableData2
=
res
.
data
;
}
});
...
...
@@ -349,7 +348,6 @@ export default {
},
// 所有操作
operate
(
type
,
item
){
console
.
log
(
type
,
item
);
this
.
openType
=
type
;
if
(
type
==
"add"
)
{
this
.
add_dialog
=
true
;
...
...
src/views/metaModelDic/index.vue
View file @
99377d9
...
...
@@ -41,7 +41,7 @@ export default {
},
methods
:
{
handleClick
(
tab
)
{
console
.
log
(
tab
);
//
console.log(tab);
},
},
}
...
...
src/views/metaModelDic/pages/page1.vue
View file @
99377d9
...
...
@@ -343,16 +343,12 @@ export default {
});
this
.
get_dialog_select2
().
then
(
res
=>
{
this
.
search_select2
=
res
;
console
.
log
(
this
.
search_select2
);
});
},
created
()
{
},
methods
:
{
keyupChange
(
e
){
console
.
log
(
e
);
},
// 查询列表
getList
()
{
getYMXZDGLlist
(
this
.
params
).
then
(
res
=>
{
...
...
@@ -544,7 +540,6 @@ export default {
this
.
add_dialog2
=
true
;
this
.
title2
=
"编辑字典属性"
;
this
.
formData2
=
scopeRow
;
console
.
log
(
this
.
formData2
);
break
;
// 保存
case
'save'
:
...
...
src/views/metaModelDic/pages/page2.vue
View file @
99377d9
...
...
@@ -499,7 +499,6 @@ export default {
this
.
add_dialog2
=
true
;
this
.
title2
=
"编辑字典属性"
;
this
.
formData2
=
scopeRow
;
console
.
log
(
this
.
formData2
);
break
;
// 保存
case
'save'
:
...
...
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