Commit 41d510e7 by 无尘

fix: 修改接口字段

parent 227e7968
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-23 17:18:24
* @LastEditors: 无尘
* @LastEditTime: 2020-07-24 14:58:09
* @LastEditTime: 2020-07-31 15:08:20
*/
import 'babel-polyfill';
import 'amfe-flexible';
......@@ -16,14 +16,13 @@ import './assets/font/iconfont.css';
import './assets/css/common.css';
import filters from '@/filters/index.js';
import Es6Promise from 'es6-promise';
/* import Bridge from './api/jsBridge.js'
Vue.prototype.$bridge = Bridge */
require('es6-promise').polyfill();
Es6Promise.polyfill();
/* eslint-disable */
import VConsole from 'vconsole';
let vConsole = new VConsole();
/* import VConsole from 'vconsole';
let vConsole = new VConsole(); */
// 全局注册过滤器
Object.keys(filters).forEach(key => {
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-23 17:18:25
* @LastEditors: 无尘
* @LastEditTime: 2020-07-31 15:06:46
* @LastEditTime: 2020-07-31 15:22:53
-->
<template>
<div class="store-wrap border-box">
......@@ -111,6 +111,7 @@ export default {
departmentId: that.groupId,
enterpriseId: that.$route.query.enterpriseId,
type: that.$route.query.type,
storeRangeAuditId: that.$route.query.storeRangeAuditId,
wxEnterpriseId: that.$route.query.wxEnterpriseId
}
let resData = await getDepartmentChild(param);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment