Merge branch 'bonus-jyy-smart-canteen' of http://192.168.0.75:3000/bonus/bonus-ui into bonus-jyy-smart-canteen
This commit is contained in:
commit
1cf4cc9a50
|
|
@ -651,7 +651,13 @@ export default {
|
||||||
"reportDatas":this.reportDatas
|
"reportDatas":this.reportDatas
|
||||||
}
|
}
|
||||||
console.log("params",params)
|
console.log("params",params)
|
||||||
|
let loading=this.$loading({
|
||||||
|
lock:true,
|
||||||
|
text:'提交中...',
|
||||||
|
background:'rgba(0,0,0,0.4)'
|
||||||
|
})
|
||||||
addReportApi(params).then(response => {
|
addReportApi(params).then(response => {
|
||||||
|
loading.close();
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.openAddReport= false,
|
this.openAddReport= false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue