Bläddra i källkod

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

liuzhuo 1 dag sedan
förälder
incheckning
a28b42fa19
3 ändrade filer med 4 tillägg och 2 borttagningar
  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 Visa fil

347
 
347
 
348
 
348
 
349
 
349
 
350
+
351
+

+ 1
- 1
src/view/Home1.vue Visa fil

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 Visa fil

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…
Avbryt
Spara