www
This commit is contained in:
@@ -247,4 +247,3 @@ export default class Analysis extends VueCustomize {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -17,6 +17,10 @@ export class DataServiceImpl extends BaseService {
|
|||||||
@POST()
|
@POST()
|
||||||
public async deleteWellById(params: object = {}): Promise<void> { }
|
public async deleteWellById(params: object = {}): Promise<void> { }
|
||||||
|
|
||||||
|
@POST()
|
||||||
|
public async deleteWellById(params: object = {}): Promise<void> {}
|
||||||
|
|
||||||
|
|
||||||
@POST()
|
@POST()
|
||||||
public async batchDeleteWell(params: object = {}): Promise<void> { }
|
public async batchDeleteWell(params: object = {}): Promise<void> { }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user