Commit 4124b7d5 by 肖康

阿斯达

parent 15e8bf7d
...@@ -345,7 +345,8 @@ const routes = [{ ...@@ -345,7 +345,8 @@ const routes = [{
name:"sampleapply", name:"sampleapply",
component: sampleapply, component: sampleapply,
meta: { meta: {
title: '样片申请' title: '样片申请',
back: true
} }
}, },
{ {
......
...@@ -135,10 +135,7 @@ ...@@ -135,10 +135,7 @@
Toast("请输入单位名称"); Toast("请输入单位名称");
return; return;
} }
if(!this.sample_demand_desc){
Toast("请输入项目需求描述");
return;
}
this.$store.dispatch({ this.$store.dispatch({
type: 'selfSampleCreate', type: 'selfSampleCreate',
goods_id: self.goods_id, goods_id: self.goods_id,
......
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 sign in to comment