update 设备基础配置,设备保养
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
// 过滤后端传回的详情数据
|
||||
|
||||
Reference in New Issue
Block a user