Selaa lähdekoodia

优化 回调函数名称错误

wuxw 6 vuotta sitten
vanhempi
commit
8962d65ea7

+ 2 - 2
WebService/src/main/resources/components/staffPackage/view-staff-info/viewStaffInfo.html

@@ -51,7 +51,7 @@
     </div>
 
     <vc:create name="searchStaff"
-               emitChooseOrg="viewStaffInfo"
-               emitLoadData="chooseStaff"
+               callBackListener="viewStaffInfo"
+               callBackFunction="chooseStaff"
     ></vc:create>
 </div>