Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -500,7 +500,7 @@ | ... | @@ -500,7 +500,7 @@ |
| 500 | return delOrEnableORDisableApi(disable); | 500 | return delOrEnableORDisableApi(disable); |
| 501 | }).then(response => { | 501 | }).then(response => { |
| 502 | if (response.code == 200) { | 502 | if (response.code == 200) { |
| 503 | - this.findSourceFlightRules(); | 503 | + this.findAllFltData(); |
| 504 | this.msgSuccess(statusText + "成功"); | 504 | this.msgSuccess(statusText + "成功"); |
| 505 | } else { | 505 | } else { |
| 506 | this.msgError(response.msg); | 506 | this.msgError(response.msg); |
| ... | @@ -518,7 +518,7 @@ | ... | @@ -518,7 +518,7 @@ |
| 518 | if (response.code === 200) { | 518 | if (response.code === 200) { |
| 519 | this.msgSuccess("保存成功"); | 519 | this.msgSuccess("保存成功"); |
| 520 | this.open = false; | 520 | this.open = false; |
| 521 | - this.findSourceFlightRules(); | 521 | + this.findAllFltData(); |
| 522 | } else { | 522 | } else { |
| 523 | this.msgError(response.msg); | 523 | this.msgError(response.msg); |
| 524 | } | 524 | } |
| ... | @@ -583,7 +583,7 @@ | ... | @@ -583,7 +583,7 @@ |
| 583 | handleQuery() { | 583 | handleQuery() { |
| 584 | this.queryParams.pageNum = 1; | 584 | this.queryParams.pageNum = 1; |
| 585 | this.queryParams.start = 0; | 585 | this.queryParams.start = 0; |
| 586 | - this.findSourceFlightRules(); | 586 | + this.findAllFltData(); |
| 587 | } | 587 | } |
| 588 | 588 | ||
| 589 | } | 589 | } | ... | ... |
-
Please register or login to post a comment