mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
删除debugger,证照信息需要上传正反面,修改店铺信息,地址回显,bug修改,代码优化,店铺详情展示优化
This commit is contained in:
@@ -505,12 +505,11 @@ export default {
|
||||
* @value 参数选项值
|
||||
*/
|
||||
selectParams(paramsGroup, groupIndex, params, paramsIndex, value) {
|
||||
debugger
|
||||
if (!this.baseInfoForm.goodsParamsDTOList[groupIndex]) {
|
||||
this.baseInfoForm.goodsParamsDTOList[groupIndex] = {
|
||||
groupId:'',
|
||||
groupName:'',
|
||||
goodsParamsItemDTOList:[]
|
||||
groupId: '',
|
||||
groupName: '',
|
||||
goodsParamsItemDTOList: []
|
||||
}
|
||||
}
|
||||
//赋予分组id、分组名称
|
||||
|
||||
Reference in New Issue
Block a user