From 375e5ee4a5cf985104875408ae0b5f9cd772b34e Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 12 May 2022 11:22:28 +0800 Subject: [PATCH] 22 --- src/views/modules/base/huji/chusheng/cpts/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue index 4ad5714a..003d84b3 100644 --- a/src/views/modules/base/huji/chusheng/cpts/edit.vue +++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue @@ -706,7 +706,7 @@ export default { console.log(row); if (row) { // this.fmData = { ...this.fmData, ...row }; - this.getInfo(row.id); + await this.getInfo(row.id); this.getValiheList(); this.getBuildList(); this.getUniList();