Преглед изворни кода

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

liuzhuo пре 6 месеци
родитељ
комит
a28b42fa19
3 измењених фајлова са 4 додато и 2 уклоњено
  1. 2
    0
      src/components/AttachmentS3Required.vue
  2. 1
    1
      src/view/Home1.vue
  3. 1
    1
      src/view/Home2.vue

+ 2
- 0
src/components/AttachmentS3Required.vue Прегледај датотеку

347
 
347
 
348
 
348
 
349
 
349
 
350
+
351
+

+ 1
- 1
src/view/Home1.vue Прегледај датотеку

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

+ 1
- 1
src/view/Home2.vue Прегледај датотеку

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

Loading…
Откажи
Сачувај