不知道

master
Sigo 3 years ago
parent 79cb59ffb7
commit a34cc6ffa6

@ -1,6 +1,7 @@
'use strict' 'use strict'
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
// baseURL:'https://zhuangcy.top:8000/api' // baseURL:'https://zhuangcy.top:8000/api'
baseURL:'https://www.decaisoft.com:8088/api' // baseURL:'https://www.decaisoft.com:8088/api'
} baseURL: 'https://www.decaisoft.com/preferential'
}

@ -229,6 +229,7 @@ export default {
}; };
}, },
methods: { methods: {
//
openSpendMoney(row, index) { openSpendMoney(row, index) {
if (row.rechargeTypeId) { if (row.rechargeTypeId) {
this.spendIndex = index; this.spendIndex = index;
@ -513,7 +514,6 @@ export default {
form.discoutMoney = 0; form.discoutMoney = 0;
form.giftSpendMoney = 0; form.giftSpendMoney = 0;
form.type = v.type; form.type = v.type;
console.log(form);
let row = this.toSpend(form, this.rowIndex); let row = this.toSpend(form, this.rowIndex);
form = { ...form, ...row }; form = { ...form, ...row };
this.list.splice(this.rowIndex, 1, form); this.list.splice(this.rowIndex, 1, form);

Loading…
Cancel
Save