Browse Source

修改临时保存路径

LinWuTai 1 year ago
parent
commit
ff67916dec

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/asset/service/impl/TbLocationServiceImpl.java

@@ -231,7 +231,7 @@ public class TbLocationServiceImpl implements ITbLocationService
 
     private final String dataName = "/location/qrCodes";
 
-    private final String cacheName = "/location/cache";
+    private final String cacheName = "/location/qrCode";
 
     @Override
     public void createQrCodeDataByLocation(TbLocation tbLocation) {

+ 1 - 0
ruoyi-ui/src/views/asset/location/index.vue

@@ -220,6 +220,7 @@ export default {
     },
     // 多选框选中数据
     handleSelectionChange(selection) {
+      console.log(selection)
       this.ids = selection.map((item) => item.id)
       this.single = selection.length !== 1
       this.multiple = !selection.length