$("-sharpprint-esheet").click(function(){
require(["jsname"], function(){
******
})
})
If the page is not refreshed, the click operation of print-esheet can only execute the code in require once, and the code in require cannot be executed on the second click. How to deal with this situation?