修改
This commit is contained in:
parent
7e91eac02d
commit
fe0105be15
@ -6,7 +6,7 @@ ENV = 'development'
|
||||
|
||||
# 泉医到家运营管理平台/开发环境
|
||||
# VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_BASE_API = 'http://192.168.16.30:8088'
|
||||
VUE_APP_BASE_API = 'http://192.168.16.49:8080'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
@ -351,6 +351,7 @@
|
||||
v-model.number="scope.row.integralExchangeFlag"
|
||||
placeholder="请选择积分兑换标识"
|
||||
clearable
|
||||
@change="changeExchangeFlag(scope.row)"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in integraloption"
|
||||
|
||||
@ -168,6 +168,12 @@ export default {
|
||||
// this.goodsCategoryinfo();
|
||||
},
|
||||
methods: {
|
||||
changeExchangeFlag(item) {
|
||||
if (item.integralExchangeFlag == 0) {
|
||||
item.integralExchangeCount = ''
|
||||
item.integralExchangeSill = ''
|
||||
}
|
||||
},
|
||||
imgs(item) {
|
||||
this.imgsurl.pictureUrlList.push(item);
|
||||
},
|
||||
@ -420,6 +426,7 @@ export default {
|
||||
this.form.goodAttributeDetailsLists = [];
|
||||
this.form.goodDetailsLists = this.goodDetailsLists;
|
||||
console.log(this.form.goodDetailsLists)
|
||||
|
||||
if (!this.form.goodDetailsLists.integralExchangeFlag) {
|
||||
this.form.goodDetailsLists.integralExchangeFlag = null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user