diff --git a/public/components/property/editMachine/editMachine.html b/public/components/property/editMachine/editMachine.html index 122b0e960..93def4b91 100644 --- a/public/components/property/editMachine/editMachine.html +++ b/public/components/property/editMachine/editMachine.html @@ -56,7 +56,8 @@
-
-
- - +
+ + 选择员工 +
@@ -64,9 +65,10 @@
-
- +
@@ -90,4 +92,5 @@
+
\ No newline at end of file diff --git a/public/pages/property/workflowSettingManage/workflowSettingManage.js b/public/pages/property/workflowSettingManage/workflowSettingManage.js index ffdb701fe..4d1244a1c 100644 --- a/public/pages/property/workflowSettingManage/workflowSettingManage.js +++ b/public/pages/property/workflowSettingManage/workflowSettingManage.js @@ -158,7 +158,7 @@ $that.workflowSettingInfo.steps.push(_step); }, chooseStaff: function () { - + vc.emit('selectStaff','openStaff',{}) }, _goBack: function () { vc.getBack();