Browse Source

优化

pull/113/head
wangxy 3 years ago
parent
commit
d5223e8708
1 changed files with 4 additions and 0 deletions
  1. +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: "取消",


Loading…
Cancel
Save