Procházet zdrojové kódy

移动端-项目施工管理模块-必填项优化

liuzhuo před 1 dnem
rodič
revize
a28b42fa19

+ 2
- 0
src/components/AttachmentS3Required.vue Zobrazit soubor

@@ -347,3 +347,5 @@
347 347
 
348 348
 
349 349
 
350
+
351
+

+ 1
- 1
src/view/Home1.vue Zobrazit soubor

@@ -464,7 +464,7 @@ const getQuerySumByType = async () => {
464 464
 const functionList = ref([]);
465 465
 const coincideNotList = ref([]);
466 466
 const queryMenuRecently = () => {
467
-  const url = '/sgsafe/MenuRecentlyUsedMobile/queryRecentlyUsed';
467
+  const url = '/sgsafe/MenuRecentlyUsed/queryRecentlyUsed';
468 468
   const param = {
469 469
     userCode: localStorage.getItem('userCode')
470 470
   };

+ 1
- 1
src/view/Home2.vue Zobrazit soubor

@@ -362,7 +362,7 @@ onBeforeRouteLeave((to, from) => {
362 362
 const functionList = ref([]);
363 363
 const coincideNotList = ref([]);
364 364
 const queryMenuRecently = () => {
365
-  const url = '/sgsafe/MenuRecentlyUsedMobile/queryRecentlyUsed';
365
+  const url = '/sgsafe/MenuRecentlyUsed/queryRecentlyUsed';
366 366
   const param = {
367 367
     userCode: localStorage.getItem('userCode')
368 368
   };

Loading…
Zrušit
Uložit