Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
quantum-blocks
Commits
e824211d
Commit
e824211d
authored
Apr 27, 2022
by
Xuguangxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 开放清除缓存按钮
parent
3583fc0c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
index.ts
app/web/page/editor/component/DynamicPageForm/index.ts
+1
-1
index.vue
app/web/page/editor/component/QgTable/index.vue
+1
-0
index.vue
app/web/page/editor/view/pageList/index.vue
+1
-0
No files found.
app/web/page/editor/component/DynamicPageForm/index.ts
View file @
e824211d
...
...
@@ -169,7 +169,7 @@ export default class DynamicPageForm extends Mixins(ContextMenuMixin) {
{
key
:
'
shareCoverImage
'
},
]
]
;
get
propsSchema
()
{
return
[...
this
.
titleSchema
,
...
this
.
bottomSchema
,
...
this
.
floatSchema
,
...
this
.
otherProps
];
}
...
...
app/web/page/editor/component/QgTable/index.vue
View file @
e824211d
...
...
@@ -22,6 +22,7 @@
<div
v-if=
"!hideAdd"
class=
"toolBarStyle"
>
<h3>
查询数据
</h3>
<div>
<Button
type=
"warning"
class=
"btnStyle"
@
click=
"$emit('clearCache')"
>
清除缓存
</Button>
<Button
type=
"primary"
class=
"btnStyle"
@
click=
"newEvent()"
>
新增
</Button>
<slot></slot>
</div>
...
...
app/web/page/editor/view/pageList/index.vue
View file @
e824211d
...
...
@@ -4,6 +4,7 @@
:columns=
"columns"
:request=
"query"
@
newBtnClick=
"addPage"
@
clearCache=
"refreshData"
>
</QGTable>
</
template
>
...
...
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