更新
This commit is contained in:
@@ -396,7 +396,7 @@ export default {
|
||||
detail(row) {
|
||||
Promise.all([
|
||||
serve.get(row.id),
|
||||
commonServe.getByCompanyId(row.companyId),
|
||||
commonServe.getByCompanyIdAccount(row.companyId),
|
||||
]).then(([firstRes, secondRes]) => {
|
||||
this.oilCompanyMatch = [firstRes.data, secondRes.data];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user