From c64cdafff6b1394a9909f5c592d6471088f024f7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 01 十二月 2019 02:16:04 +0800
Subject: [PATCH] 优化namespace 最终版
---
WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html b/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
index 6dfa23a..5cfa55b 100644
--- a/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
+++ b/WebService/src/main/resources/components/machinePackage/edit-machine/editMachine.html
@@ -65,6 +65,7 @@
<div class="col-sm-10">
<vc:create name="floorSelect2"
parentModal="editMachineModel"
+ namespace="editMachine"
></vc:create>
</div>
</div>
@@ -76,6 +77,7 @@
parentModal="editMachineModel"
callBackListener="editMachine"
callBackFunction="notify"
+ namespace="editMachine"
></vc:create>
</div>
</div>
@@ -87,6 +89,7 @@
parentModal="editMachineModel"
callBackListener="editMachine"
callBackFunction="notify"
+ namespace="editMachine"
></vc:create>
</div>
</div>
--
Gitblit v1.8.0