|
|
@@ -80,7 +80,7 @@ export default {
|
|
|
this.$set(this.map[index], 'give', '')
|
|
|
},
|
|
|
saveData(){
|
|
|
- this.$util.confirmModal({content:'只能设置一次,提交后将不能再次修改,确认提交?'},() => {
|
|
|
+ this.$util.confirmModal({content:'确认提交?提交后将不能再修改,'},() => {
|
|
|
modifyRecharge({data:this.map,rechargeWeal:this.rechargeWeal}).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|