release-v1.0 #1

Merged
panchichun merged 57 commits from release-v1.0 into main 2024-09-13 17:04:18 +08:00
Showing only changes of commit dc5c99586f - Show all commits

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