Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李苏
lxyl-vue
Commits
5debd556
Commit
5debd556
authored
Jun 06, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
4760fc3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
index.vue
src/views/ccgl/cxfx/kwxq/index.vue
+18
-1
No files found.
src/views/ccgl/cxfx/kwxq/index.vue
View file @
5debd556
<
template
>
<BasePage
:changeQueryParams=
'changeQueryParams'
ref=
"basePage"
:power=
'power'
class=
"min_full"
:config=
"config"
>
<BasePage
:changeQueryParams=
'changeQueryParams'
ref=
"basePage"
:power=
'power'
class=
"min_full"
:autoQuery=
'false'
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -17,6 +17,23 @@
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
mixins
:
[
wlsx
,
wlphsx
],
mounted
()
{
this
.
$nextTick
(()
=>
{
/* 先获取默认的仓库*/
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
beforePageQuery
=
()
=>
{
if
(
!
this
.
$refs
.
basePage
.
queryParams
.
ckid
){
this
.
$warning
(
'请选择仓库后查询'
)
throw
Error
(
'请选择仓库后查询'
)
}
}
})
},
data
()
{
return
{
power
:
{
...
...
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