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