1、调整

This commit is contained in:
pan 2024-09-09 03:07:40 +08:00
parent c343875f24
commit dc5c99586f

View File

@ -815,7 +815,6 @@ export default {
/** 导出按钮操作 */
handleExport() {
let self = this
console.info("this.checkList.======", this.checkList)
if(this.checkList.length == 0){
this.$modal.msgWarning(`最少选择一个字段`);
return