@@ -114,6 +114,7 @@ export const deviceSendReturn = (params) =>
url: '/api/admin/device/delivery/can_return_info',
params,
paramsSerializer,
+ loading: true,
});
export const deviceSendExportApi = (data) =>
request({
@@ -26,7 +26,7 @@
<t-button theme="default" @click="emit('update:visible', false)"
>取消</t-button
>
- <t-button theme="primary" @click="save">保存</t-button>
+ <t-button theme="primary" @click="save">确定</t-button>
</template>
</my-dialog>