|
@@ -567,10 +567,10 @@ export default {
|
|
let list = [];
|
|
let list = [];
|
|
list = this.$refs.dialogtable.selection;
|
|
list = this.$refs.dialogtable.selection;
|
|
//console.log(list)
|
|
//console.log(list)
|
|
- if (list.length === 0) {
|
|
|
|
- this.$message.warning("请选择至少一条数据");
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (list.length === 0) {
|
|
|
|
+ // this.$message.warning("请选择至少一条数据");
|
|
|
|
+ // return;
|
|
|
|
+ // }
|
|
|
|
|
|
let ids = [];
|
|
let ids = [];
|
|
list.forEach((item)=>{
|
|
list.forEach((item)=>{
|