From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName

---
 WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html b/WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html
index 2c22520..6b08a37 100644
--- a/WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html
+++ b/WebService/src/main/resources/components/machinePackage/add-machine/addMachine.html
@@ -34,7 +34,7 @@
                                 <div class="col-sm-10">
                                     <select class="custom-select" v-model="addMachineInfo.machineTypeCd">
                                         <option selected disabled value="">蹇呭~锛岃閫夋嫨璁惧绫诲瀷</option>
-                                        <option value="9999">閿愮洰闂ㄧ</option>
+                                        <option value="992019111002270001">閿愮洰闂ㄧ</option>
                                         <option value="9998">鍏朵粬</option>
                                     </select></div>
                             </div>
@@ -79,7 +79,6 @@
                                            callBackListener="addMachine"
                                            callBackFunction="notify"
                                            namespace="addMachine"
-
                                 ></vc:create>
                             </div>
                         </div>
@@ -92,7 +91,6 @@
                                            callBackListener="addMachine"
                                            callBackFunction="notify"
                                            namespace="addMachine"
-
                                 ></vc:create>
                             </div>
                         </div>

--
Gitblit v1.8.0