修改
This commit is contained in:
parent
a56f7273de
commit
556c3177e6
@ -173,6 +173,12 @@ export default {
|
||||
this.infos();
|
||||
},
|
||||
methods: {
|
||||
changeExchangeFlag(item) {
|
||||
if (item.integralExchangeFlag == 0) {
|
||||
item.integralExchangeCount = ''
|
||||
item.integralExchangeSill = ''
|
||||
}
|
||||
},
|
||||
imgs(item) {
|
||||
this.imgsurl.pictureUrlList.push(item);
|
||||
},
|
||||
|
||||
@ -266,6 +266,7 @@
|
||||
v-model.number="scope.row.integralExchangeFlag"
|
||||
placeholder="请选择积分兑换标识"
|
||||
clearable
|
||||
@change="changeExchangeFlag(scope.row)"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in integraloption"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user