Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4124b7d5
authored
Sep 27, 2019
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
阿斯达
parent
15e8bf7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
src/router.js
src/views/sample/sampleapply.vue
src/router.js
View file @
4124b7d5
...
...
@@ -345,7 +345,8 @@ const routes = [{
name
:
"sampleapply"
,
component
:
sampleapply
,
meta
:
{
title
:
'样片申请'
title
:
'样片申请'
,
back
:
true
}
},
{
...
...
src/views/sample/sampleapply.vue
View file @
4124b7d5
...
...
@@ -135,10 +135,7 @@
Toast
(
"请输入单位名称"
);
return
;
}
if
(
!
this
.
sample_demand_desc
){
Toast
(
"请输入项目需求描述"
);
return
;
}
this
.
$store
.
dispatch
({
type
:
'selfSampleCreate'
,
goods_id
:
self
.
goods_id
,
...
...
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