This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
优化
pull/113/head
wangxy
3 years ago
parent
b0da5fcb38
commit
d5223e8708
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/components/queryComponent/index.vue
+ 4
- 0
src/components/queryComponent/index.vue
View File
@ -106,6 +106,10 @@ export default {
methods
:
{
/
/
批
量
发
布
batchHandle
(
)
{
if
(
this
.
batchImport
.
length
===
0
)
{
this
.
msgInfo
(
'请先选择要批量发布的数据'
)
return
}
this
.
$confirm
(
'是否确认批量发布?'
,
"警告"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
Write
Preview
Loading…
Cancel
Save