This commit is contained in:
闫晓茹 2023-03-03 17:24:30 +08:00
parent a56f7273de
commit 556c3177e6
2 changed files with 7 additions and 0 deletions

View File

@ -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);
},

View File

@ -266,6 +266,7 @@
v-model.number="scope.row.integralExchangeFlag"
placeholder="请选择积分兑换标识"
clearable
@change="changeExchangeFlag(scope.row)"
>
<el-option
v-for="item in integraloption"