新增报表

This commit is contained in:
‘937886381’
2023-12-13 16:50:55 +08:00
55 changed files with 14420 additions and 9579 deletions

View 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);
},