提交代码

dev_xds
姜玉琦 2023-10-16 01:01:16 +08:00
parent 8af61d5b99
commit 08a0575e4a
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ export default {
rows.push(row); rows.push(row);
} }
this.loading = true; this.loading = true;
batchUpdateSmzSspProblemmodifyDraft(row).then(response => { batchUpdateSmzSspProblemmodifyDraft(rows).then(response => {
this.$modal.msgSuccess("提交成功!"); this.$modal.msgSuccess("提交成功!");
this.loading = false; this.loading = false;
this.getList(); this.getList();

View File

@ -446,7 +446,7 @@ export default {
rows.push(row); rows.push(row);
} }
this.loading = true; this.loading = true;
batchUpdateSmzSspProblemmodifyDraft(row).then(response => { batchUpdateSmzSspProblemmodifyDraft(rows).then(response => {
this.$modal.msgSuccess("提交成功!"); this.$modal.msgSuccess("提交成功!");
this.loading = false; this.loading = false;
this.getList(); this.getList();