Zyao89

Results 1 issues of Zyao89

```js // 重置控件 reset() { const that = this; that.loading = 0; that.hasError = false; that.errorMsg = ''; that.progress = 0; that.step = 1; // loss }, ```