From e1316f84e1859641f089e87c0e8d6bbb4a8a7fbf Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期三, 24 一月 2024 13:53:15 +0800
Subject: [PATCH] 返修标记

---
 jcdm-ui/src/views/main/bs/formulaChild/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jcdm-ui/src/views/main/bs/formulaChild/index.vue b/jcdm-ui/src/views/main/bs/formulaChild/index.vue
index e02bba7..078864e 100644
--- a/jcdm-ui/src/views/main/bs/formulaChild/index.vue
+++ b/jcdm-ui/src/views/main/bs/formulaChild/index.vue
@@ -177,7 +177,7 @@
           </el-table-column>
           <el-table-column label="鍒涘缓鐢ㄦ埛" width="130" align="center" prop="createUser">
           </el-table-column>
-          <el-table-column label="鍒涘缓鏃堕棿" width="150" align="center" prop="createTime">
+          <el-table-column label="鍒涘缓鏃堕棿" width="160" align="center" prop="createTime">
           </el-table-column>
           <el-table-column label="鏇存敼鐢ㄦ埛" width="130" align="center" prop="updateUser">
           </el-table-column>
@@ -368,6 +368,7 @@
     let formulaCode = this.$route.query.formulaCode;
     this.queryParams.formulaCode = formulaCode;
     this.formulaCode = formulaCode;
+    this.form.formulaCode = formulaCode;
     this.headerInformation();
     this.getList();
   },

--
Gitblit v1.9.3