|
@@ -68,7 +68,6 @@
|
|
</div>
|
|
</div>
|
|
<el-button @click="delSetPrice(item,index)" :disabled="!isEdit">删除</el-button>
|
|
<el-button @click="delSetPrice(item,index)" :disabled="!isEdit">删除</el-button>
|
|
</div>
|
|
</div>
|
|
- {{item}}
|
|
|
|
<div class="level">
|
|
<div class="level">
|
|
<el-checkbox-group v-model="item.checkList" @change="changeLevel($event,index)">
|
|
<el-checkbox-group v-model="item.checkList" @change="changeLevel($event,index)">
|
|
<el-checkbox label="一等" :disabled="!isEdit"></el-checkbox>
|
|
<el-checkbox label="一等" :disabled="!isEdit"></el-checkbox>
|
|
@@ -268,7 +267,10 @@
|
|
this.selectVal = response[0].constValue
|
|
this.selectVal = response[0].constValue
|
|
}else{
|
|
}else{
|
|
this.goodnameList = _list
|
|
this.goodnameList = _list
|
|
|
|
+ this.goodnameList = _list
|
|
|
|
+ if(_list.length!=0){
|
|
this.selectVal = _list[0].constValue
|
|
this.selectVal = _list[0].constValue
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
switch (this.$route.query.type) {
|
|
switch (this.$route.query.type) {
|