fqsq
Showing
2 changed files
with
23 additions
and
1 deletions
src/api/fqsq.js
0 → 100644
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | </div> | 56 | </div> |
57 | </template> | 57 | </template> |
58 | <script> | 58 | <script> |
59 | 59 | import { Init } from "@/api/fqsq.js" | |
60 | export default { | 60 | export default { |
61 | /**注册组件*/ | 61 | /**注册组件*/ |
62 | components: {}, | 62 | components: {}, |
... | @@ -145,8 +145,19 @@ export default { | ... | @@ -145,8 +145,19 @@ export default { |
145 | }, | 145 | }, |
146 | created () { | 146 | created () { |
147 | this.tabList = [...this.tabList1] | 147 | this.tabList = [...this.tabList1] |
148 | this.list() | ||
148 | }, | 149 | }, |
149 | methods: { | 150 | methods: { |
151 | list(){ | ||
152 | var formdata=new FormData(); | ||
153 | //可以通过append()方法来追加数据 | ||
154 | formdata.append("bsmSldy","bf2bbedc18dce9ff1143be9f1496da39"); | ||
155 | Init(formdata).then(res => { | ||
156 | if (res.code === 200) { | ||
157 | console.log(res,1111) | ||
158 | } | ||
159 | }) | ||
160 | }, | ||
150 | operation (index, item) { | 161 | operation (index, item) { |
151 | if (item.icon == 'fqsq5') { | 162 | if (item.icon == 'fqsq5') { |
152 | this.key++ | 163 | this.key++ | ... | ... |
-
Please register or sign in to post a comment