File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
width =" 400px"
6
6
>
7
7
<el-form :model =" ruleForm" :rules =" rules" ref =" formRef" label-width =" 100px" class =" good-form" >
8
- <el-form-item label =" 商品名称 " prop =" name" >
8
+ <el-form-item label =" 分类名称 " prop =" name" >
9
9
<el-input type =" text" v-model =" ruleForm.name" ></el-input >
10
10
</el-form-item >
11
11
<el-form-item label =" 排序值" prop =" rank" >
Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ export default {
174
174
stockNum: goods .stockNum ,
175
175
goodsSellStatus: String (goods .goodsSellStatus ),
176
176
goodsCoverImg: proxy .$filters .prefix (goods .goodsCoverImg ),
177
- tag: goods .tag
177
+ tag: goods .tag ,
178
+ categoryId: goods .goodsCategoryId
178
179
}
179
180
state .categoryId = goods .goodsCategoryId
180
181
state .defaultCate = ` ${ firstCategory .categoryName } /${ secondCategory .categoryName } /${ thirdCategory .categoryName } `
You can’t perform that action at this time.
0 commit comments