@@ -346,6 +346,7 @@
Api.setControlElec(val).then((res) => {
uni.hideLoading()
if (res.data.code == 0) {
+ this.dataForm.page=1;
this.getDataList();
uni.showToast({
title: '操作成功'