Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.82 KB | None | 0 0
  1.         data() {
  2.             return {
  3.                 title : "결재프로세스조회",
  4.                 requestUrl : "/rest/api/v1/approval/processes",
  5.                 detailInfo : [
  6.                     /*{
  7.                         userId : "1",
  8.                         rankCodeName: "과장",
  9.                         jobCodeName: "파트장"
  10.                     },
  11.                     {
  12.                         userId : "2",
  13.                         rankCodeName: "대리",
  14.                         jobCodeName: "상담사"
  15.                     },
  16.                     {
  17.                         userId : "3",
  18.                         rankCodeName: "차장",
  19.                         jobCodeName: "junior"
  20.                     }*/
  21.                     {
  22.                         userId : ""
  23.                     },
  24.                     {
  25.                         userId : ""
  26.                     },
  27.                     {
  28.                         userId : ""
  29.                     }
  30.                 ],
  31.                 /*applys : [
  32.                     [],     // 0번 인덱스의 요소, 첫번째 요소 => applys[0]
  33.                     []      // 1번 인덱스의 요소, 두번째 요소 => applys[1]
  34.                 ]*/
  35.                 /* applys : [
  36.                     [
  37.                         {userId: 0, userName: "0_1"},
  38.                         {userId: 1, userName: "0_2"},
  39.                     ],
  40.                     [
  41.                         {userId: 1, userName: "1_1"},
  42.                     ],
  43.                     [
  44.                         {userId: 4, userName: "2_1"},
  45.                         {userId: 5, userName: "2_2"},
  46.                         {userId: 6, userName: "2_3"},
  47.                     ]
  48.                 ]*/
  49.                 applys : [[{id, name}, {id, name}, {id, name}], [], []]
  50.             }
  51.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement