jsk 体检

This commit is contained in:
skjia 2025-06-06 09:53:38 +08:00
parent f8591f3f8e
commit 41c03f6344
1 changed files with 6 additions and 0 deletions

View File

@ -651,7 +651,13 @@ export default {
"reportDatas":this.reportDatas
}
console.log("params",params)
let loading=this.$loading({
lock:true,
text:'提交中...',
background:'rgba(0,0,0,0.4)'
})
addReportApi(params).then(response => {
loading.close();
this.$modal.msgSuccess("新增成功");
this.open = false;
this.openAddReport= false,