This commit is contained in:
lb
2023-11-30 14:19:13 +08:00
parent 50a75dcb74
commit 69b6942f35
2 ha cambiato i file con 6 aggiunte e 7 eliminazioni

Vedi File

@@ -78,7 +78,6 @@ export default {
return this.http(this.infoUrl == '' ? this.infoPath : this.infoUrl, 'get', payload);
},
del(payload) {
debugger;
return this.http(this.deleteUrl == '' ? this.deletePath : this.deleteUrl, 'delete', payload);
},