ZaiZai 2 years ago
parent
commit
c36dae6c46
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/data-fill/editTable.vue

+ 0 - 2
pages/data-fill/editTable.vue

@@ -253,7 +253,6 @@ const toCopyClick = async () => {
     uni.hideLoading();
     if (!error && code === 200) {
         successToast('复制成功');
-        getNodeStatus().then()
         setTimeout(() => {
             toBack()
         }, 1500)
@@ -284,7 +283,6 @@ const toHideClick = async () => {
     uni.hideLoading();
     if (!error && code === 200) {
         successToast('隐藏成功');
-        getNodeStatus().then()
         setTimeout(() => {
             toBack()
         }, 1500)