Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-mobile-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-mobile-4
Commits
41d510e7
Commit
41d510e7
authored
Jul 31, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改接口字段
parent
227e7968
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
main.js
src/main.js
+4
-5
child-level.vue
src/views/storeBind/child-level.vue
+2
-1
No files found.
src/main.js
View file @
41d510e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-07-23 17:18:24
* @Date: 2020-07-23 17:18:24
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-07-
24 14:58:09
* @LastEditTime: 2020-07-
31 15:08:20
*/
*/
import
'babel-polyfill'
;
import
'babel-polyfill'
;
import
'amfe-flexible'
;
import
'amfe-flexible'
;
...
@@ -16,14 +16,13 @@ import './assets/font/iconfont.css';
...
@@ -16,14 +16,13 @@ import './assets/font/iconfont.css';
import
'./assets/css/common.css'
;
import
'./assets/css/common.css'
;
import
filters
from
'@/filters/index.js'
;
import
filters
from
'@/filters/index.js'
;
import
Es6Promise
from
'es6-promise'
;
import
Es6Promise
from
'es6-promise'
;
/* import Bridge from './api/jsBridge.js'
Vue.prototype.$bridge = Bridge */
require
(
'es6-promise'
).
polyfill
();
require
(
'es6-promise'
).
polyfill
();
Es6Promise
.
polyfill
();
Es6Promise
.
polyfill
();
/* eslint-disable */
/* eslint-disable */
import
VConsole
from
'vconsole'
;
/*
import VConsole from 'vconsole';
let
vConsole
=
new
VConsole
();
let vConsole = new VConsole();
*/
// 全局注册过滤器
// 全局注册过滤器
Object
.
keys
(
filters
).
forEach
(
key
=>
{
Object
.
keys
(
filters
).
forEach
(
key
=>
{
...
...
src/views/storeBind/child-level.vue
View file @
41d510e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-07-23 17:18:25
* @Date: 2020-07-23 17:18:25
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-07-31 15:
06:46
* @LastEditTime: 2020-07-31 15:
22:53
-->
-->
<
template
>
<
template
>
<div
class=
"store-wrap border-box"
>
<div
class=
"store-wrap border-box"
>
...
@@ -111,6 +111,7 @@ export default {
...
@@ -111,6 +111,7 @@ export default {
departmentId
:
that
.
groupId
,
departmentId
:
that
.
groupId
,
enterpriseId
:
that
.
$route
.
query
.
enterpriseId
,
enterpriseId
:
that
.
$route
.
query
.
enterpriseId
,
type
:
that
.
$route
.
query
.
type
,
type
:
that
.
$route
.
query
.
type
,
storeRangeAuditId
:
that
.
$route
.
query
.
storeRangeAuditId
,
wxEnterpriseId
:
that
.
$route
.
query
.
wxEnterpriseId
wxEnterpriseId
:
that
.
$route
.
query
.
wxEnterpriseId
}
}
let
resData
=
await
getDepartmentChild
(
param
);
let
resData
=
await
getDepartmentChild
(
param
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment