This commit is contained in:
home孙 2025-05-15 17:28:02 +08:00
parent 0079bc5d20
commit 3e2df7d2aa

View File

@ -306,6 +306,10 @@ export default {
if (res.data.code == 200) {
this.tableData1 = res.data.data.data
this.total1 = res.data.data.totalCount
}else{
this.$message.success(res.data.msg);
this.tableData1=[]
this.total1 =0
}
})
},
@ -339,6 +343,11 @@ export default {
});
this.tableData.push(processedData)
})
}else{
this.$message.success(res.data.msg);
this.tableList = []
this.tableData = []
this.total =0
}
})
},