Showing
3 changed files
with
3 additions
and
8 deletions
| ... | ... | @@ -3,7 +3,7 @@ import Toast from '@vant/weapp/toast/toast'; |
| 3 | 3 | import { API_CONST } from "./../../api/smartElectric"; |
| 4 | 4 | import { getUnitEvent, getCardEvent } from './../../utils/util' |
| 5 | 5 | import { HTTPService as HTTP } from "./../../services/HTTPService"; |
| 6 | -import { messageFileProps } from 'miniprogram/miniprogram_npm/@vant/weapp/uploader/shared'; | |
| 6 | + | |
| 7 | 7 | Page({ |
| 8 | 8 | |
| 9 | 9 | /** |
| ... | ... | @@ -673,12 +673,6 @@ Page({ |
| 673 | 673 | }); |
| 674 | 674 | } |
| 675 | 675 | |
| 676 | - }).catch(() => { | |
| 677 | - | |
| 678 | - }).finally(() => { | |
| 679 | - this.setData({ | |
| 680 | - tableList: [] | |
| 681 | - }) | |
| 682 | 676 | }) |
| 683 | 677 | } |
| 684 | 678 | }) |
| \ No newline at end of file | ... | ... |