去掉debugger

This commit is contained in:
lpq
2023-02-28 23:33:26 +08:00
parent fd19d93ef0
commit 92b4284ae9
2 changed files with 0 additions and 4 deletions

View File

@@ -358,7 +358,6 @@ export default {
};
//把数据放到state里
const getTableDataList = (tableData) => {
debugger
let data = tableData;
let array = [];
data.map((value) => {