Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appbuild
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
赵啸非
appbuild
Commits
bdc6794b
Commit
bdc6794b
authored
1 month ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改前端依赖
parent
8fcb2a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appbuild-manage-ui/admin/src/views/system/gentable/genInfoForm.vue
...manage-ui/admin/src/views/system/gentable/genInfoForm.vue
+2
-2
No files found.
appbuild-manage-ui/admin/src/views/system/gentable/genInfoForm.vue
View file @
bdc6794b
...
@@ -321,7 +321,7 @@
...
@@ -321,7 +321,7 @@
v-model=
"info['subTableName' + index]"
v-model=
"info['subTableName' + index]"
placeholder=
"请选择关联的子表"
placeholder=
"请选择关联的子表"
style=
"width: 100%"
style=
"width: 100%"
@
change=
"subSelectChange"
@
change=
"subSelectChange
(index)
"
>
>
<el-option
<el-option
v-for=
"(table, index) in tables"
v-for=
"(table, index) in tables"
...
@@ -434,7 +434,7 @@ export default {
...
@@ -434,7 +434,7 @@ export default {
/** 选择子表名触发 */
/** 选择子表名触发 */
subSelectChange
(
value
)
{
subSelectChange
(
value
)
{
console
.
log
(
"
value2
"
,
value
);
console
.
log
(
"
value2
"
,
value
);
this
.
info
.
subTableFkName
=
""
;
this
.
info
[
subTableFkName
+
value
]
=
""
;
},
},
/** 选择生成模板触发 */
/** 选择生成模板触发 */
tplSelectChange
(
value
)
{
tplSelectChange
(
value
)
{
...
...
This diff is collapsed.
Click to expand it.
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