Commit 0dcc18c3 by huangqy

post改成get

parent 042ae101
......@@ -18,7 +18,7 @@
</template>
<script>
import { postAction } from '@/api/manage'
import { getAction } from '@/api/manage'
export default {
data() {
return {
......@@ -35,7 +35,7 @@ export default {
},
methods: {
getWorkPage() {
postAction(window._CONFIG['domianURL'] + this.url, {storeCode: this.$route.query.storeCode}).then(res => {
getAction(window._CONFIG['domianURL'] + this.url, {storeCode: this.$route.query.storeCode}).then(res => {
let arr = []
res.data.records.forEach(element => {
var itemArr = []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论