This commit is contained in:
mixtan 2025-06-27 23:14:16 +08:00
commit d7b40ebf3c
4 changed files with 0 additions and 4 deletions

View File

@ -417,7 +417,6 @@
}, },
async getTree() { async getTree() {
const { data } = await getTree() const { data } = await getTree()
debugger;
this.productDataList = data this.productDataList = data
}, },
handleSuccess(response, file, fileList) { handleSuccess(response, file, fileList) {

View File

@ -163,7 +163,6 @@
this.list = data.items; this.list = data.items;
this.total = data.records; this.total = data.records;
this.listLoading = false; this.listLoading = false;
debugger;
}, },
}, },
} }

View File

@ -1262,7 +1262,6 @@ export default {
}, },
handleClass(str) { handleClass(str) {
var _str = str.replace(/\['|'\]$/g, '"').replace(/','/g, '","') var _str = str.replace(/\['|'\]$/g, '"').replace(/','/g, '","')
debugger
// return JSON.parse(_str); // return JSON.parse(_str);
}, },
handerText(group) { handerText(group) {

View File

@ -2065,7 +2065,6 @@ export default {
// }, // },
async handerSubmit() { async handerSubmit() {
debugger
console.log(this.form) console.log(this.form)
if ( if (