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