Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
bf18bb9a
Commit
bf18bb9a
authored
Nov 28, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
f16c2f52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
index.js
config/index.js
+4
-1
index.vue
src/test/component/storeInput/index.vue
+0
-1
cardInfo.js
src/views/card/cardInfo.js
+5
-5
No files found.
config/index.js
View file @
bf18bb9a
...
...
@@ -42,7 +42,10 @@ module.exports = {
*/
// https://webpack.js.org/configuration/devtool/#development
devtool
:
'cheap-module-eval-source-map'
,
// devtool: 'cheap-module-eval-source-map',
devtool
:
'eval-source-map'
,
// If you have problems debugging vue-files in devtools,
// set this to false - it *may* help
...
...
src/test/component/storeInput/index.vue
View file @
bf18bb9a
...
...
@@ -62,7 +62,6 @@ export default {
})
}
_rec
(
result
);
console
.
log
(
result
)
this
.
treeData
=
result
;
},
...
...
src/views/card/cardInfo.js
View file @
bf18bb9a
...
...
@@ -101,9 +101,6 @@ export default {
created
()
{
this
.
cardGetShelfs
()
this
.
getCardDetail
()
console
.
log
(
'4'
+
this
.
form
)
this
.
$store
.
commit
(
'mutations_breadcrumb'
,[{
name
:
'营销管理'
,
path
:
''
},{
name
:
'卡券营销'
,
path
:
'/card'
},{
name
:
'卡券库'
,
path
:
'/card/list'
},{
name
:
'卡券详情'
,
path
:
''
}])
},
mounted
()
{
...
...
@@ -123,7 +120,7 @@ export default {
// debugger
console
.
log
(
'5'
+
e
)
// try {
//
this.$refs.form.resetFields();
//
this.$refs.form.resetFields();
// } catch (e) {
// console.log(e)
// }
...
...
@@ -131,8 +128,11 @@ export default {
this
.
form
=
JSON
.
parse
(
JSON
.
stringify
(
initForm
));
this
.
sale_limit
=
JSON
.
parse
(
JSON
.
stringify
(
sale_limit
));
this
.
goods
=
JSON
.
parse
(
JSON
.
stringify
(
goods
));
this
.
form
.
cardType
=
e
;
this
.
$nextTick
(
_
=>
{
this
.
form
.
cardType
=
e
;
// if (this.form.cardType === 2) {
this
.
$refs
.
storeCard
.
initLeftList
();
// }
})
// console.log(this.form.storeMode,val);
},
...
...
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