提交代码
parent
8af61d5b99
commit
08a0575e4a
|
@ -446,7 +446,7 @@ export default {
|
|||
rows.push(row);
|
||||
}
|
||||
this.loading = true;
|
||||
batchUpdateSmzSspProblemmodifyDraft(row).then(response => {
|
||||
batchUpdateSmzSspProblemmodifyDraft(rows).then(response => {
|
||||
this.$modal.msgSuccess("提交成功!");
|
||||
this.loading = false;
|
||||
this.getList();
|
||||
|
|
|
@ -446,7 +446,7 @@ export default {
|
|||
rows.push(row);
|
||||
}
|
||||
this.loading = true;
|
||||
batchUpdateSmzSspProblemmodifyDraft(row).then(response => {
|
||||
batchUpdateSmzSspProblemmodifyDraft(rows).then(response => {
|
||||
this.$modal.msgSuccess("提交成功!");
|
||||
this.loading = false;
|
||||
this.getList();
|
||||
|
|
Loading…
Reference in New Issue