瀏覽代碼

设备返还交互优化

刘洋 1 年之前
父節點
當前提交
73c7366be3
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/api/resource-guard.js
  2. 1 1
      src/views/sop/sop-manage/device-out-in/add-device-dialog.vue

+ 1 - 0
src/api/resource-guard.js

@@ -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({

+ 1 - 1
src/views/sop/sop-manage/device-out-in/add-device-dialog.vue

@@ -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>
 </template>