wh 1 년 전
부모
커밋
787f537cc2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pages/Workorder/Remotecontrol/Remotecontrol.vue

+ 1 - 0
pages/Workorder/Remotecontrol/Remotecontrol.vue

@@ -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: '操作成功'