File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 845845 :deployButtonMenuOptions =" deployMenuOptions"
846846 @handle-cancel =" () => $router.back()"
847847 @handle-deploy =" handleSubmit"
848- @handle-deploy-menu =" handleSubmitAndStay" />
848+ @handle-deploy-menu =" (index, e) => handleSubmitAndStay(e) " />
849849 </div >
850850 </a-form >
851851 </a-card >
860860 :deployButtonMenuOptions =" deployMenuOptions"
861861 @handle-cancel =" () => $router.back()"
862862 @handle-deploy =" handleSubmit"
863- @handle-deploy-menu =" handleSubmitAndStay" />
863+ @handle-deploy-menu =" (index, e) => handleSubmitAndStay(e) " />
864864 </template >
865865 </info-card >
866866 </a-affix >
Original file line number Diff line number Diff line change 825825 :deployButtonMenuOptions =" deployMenuOptions"
826826 @handle-cancel =" () => $router.back()"
827827 @handle-deploy =" handleSubmit"
828- @handle-deploy-menu =" handleSubmitAndStay" />
828+ @handle-deploy-menu =" (index, e) => handleSubmitAndStay(e) " />
829829 </div >
830830 </a-form >
831831 </a-card >
840840 :deployButtonMenuOptions =" deployMenuOptions"
841841 @handle-cancel =" () => $router.back()"
842842 @handle-deploy =" handleSubmit"
843- @handle-deploy-menu =" handleSubmitAndStay" />
843+ @handle-deploy-menu =" (index, e) => handleSubmitAndStay(e) " />
844844 </template >
845845 </info-card >
846846 </a-affix >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export default {
8686 this .$emit (' handle-deploy' , e)
8787 },
8888 handleMenu (e ) {
89- this .$emit (' handle-deploy-menu' , e .key - 1 )
89+ this .$emit (' handle-deploy-menu' , e .key - 1 , e )
9090 }
9191 }
9292}
You can’t perform that action at this time.
0 commit comments