This commit is contained in:
xiaozhiyong
2023-02-24 17:12:47 +08:00
parent b66f88ac17
commit 51aa12621d
15 changed files with 848 additions and 107 deletions

View File

@@ -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];