update 设备基础配置,设备保养

This commit is contained in:
lb
2023-10-30 16:51:37 +08:00
parent 4a796130d0
commit af868a7cd7
6 changed files with 739 additions and 42 deletions

View File

@@ -76,6 +76,9 @@ export default {
info(payload) {
return this.http(this.infoUrl == '' ? this.infoPath : this.infoUrl, 'get', payload);
},
del(payload) {
return this.http(this.deleteUrl == '' ? this.deletePath : this.deleteUrl, 'delete', payload);
},
// 过滤后端传回的详情数据