Commit 16d588d1 authored by 李苏's avatar 李苏 💬

调整

parent 5dd730d6
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- <ImportButton @success="()=>{ <!-- <ImportButton @success="()=>{
ctx.basePage.refresh() ctx.basePage.refresh()
}" :url="'sbgl/usbxx/import'" /> --> }" :url="'sbgl/usbxx/import'" /> -->
<AttachFileButton style="margin-left: 10px;" :app='ctx.basePage' /> <AttachFileShow :app='ctx.basePage' ></AttachFileShow>
</template> </template>
</BasePage> </BasePage>
</div> </div>
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
</template> </template>
<template #toolbar="ctx"> <template #toolbar="ctx">
<ImportButton @success="()=>{ <ImportButton @success="()=>{
ctx.basePage.refresh() <!--ctx.basePage.refresh()-->
}" :url="'sbgl/usbxx/import'" /> <!--}" :url="'sbgl/usbxx/import'" />-->
<AttachFileButton style="margin-left: 10px;" :app='ctx.basePage' /> <AttachFileShow :app='ctx.basePage' ></AttachFileShow>
</template> </template>
</BasePage> </BasePage>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment