1f1a9b9fc872429373f1985c52a2a182e2f3b9d9861b31583cfa29ea718a9802.json 1.5 KB

1
  1. {"ast":null,"code":"import mutations from \"./mutations.js\";\nimport actions from \"./actions.js\";\nimport getters from \"./getters.js\";\nexport default {\n namespaced: true,\n state() {\n return {\n planList: [],\n autoPlanList: [],\n tempPlanList: [],\n currentTaskIndex: 0,\n autoTaskSubmitLoading: false,\n planExecId: 0\n };\n },\n mutations,\n actions,\n getters\n};","map":{"version":3,"names":["mutations","actions","getters","namespaced","state","planList","autoPlanList","tempPlanList","currentTaskIndex","autoTaskSubmitLoading","planExecId"],"sources":["/Users/mac/projects/mime/mine/src/store/modules/plan/index.js"],"sourcesContent":["import mutations from \"./mutations.js\";\nimport actions from \"./actions.js\";\nimport getters from \"./getters.js\";\nexport default {\n namespaced: true,\n state() {\n return {\n planList: [],\n autoPlanList: [],\n tempPlanList: [],\n currentTaskIndex: 0,\n autoTaskSubmitLoading: false,\n planExecId: 0\n };\n },\n mutations,\n actions,\n getters,\n};\n"],"mappings":"AAAA,OAAOA,SAAS,MAAM,gBAAgB;AACtC,OAAOC,OAAO,MAAM,cAAc;AAClC,OAAOC,OAAO,MAAM,cAAc;AAClC,eAAe;EACbC,UAAU,EAAE,IAAI;EAChBC,KAAKA,CAAA,EAAG;IACN,OAAO;MACLC,QAAQ,EAAE,EAAE;MACZC,YAAY,EAAE,EAAE;MAChBC,YAAY,EAAE,EAAE;MAChBC,gBAAgB,EAAE,CAAC;MACnBC,qBAAqB,EAAE,KAAK;MAC5BC,UAAU,EAAE;IACd,CAAC;EACH,CAAC;EACDV,SAAS;EACTC,OAAO;EACPC;AACF,CAAC"},"metadata":{},"sourceType":"module","externalDependencies":[]}