Przeglądaj źródła

设备返还交互优化

刘洋 1 rok temu
rodzic
commit
73c7366be3

+ 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>