Karsa 1 жил өмнө
parent
commit
067def772b

+ 2 - 2
src/views/datasheet_manage/customAnalysis/list.vue

@@ -771,12 +771,12 @@ export default {
     },
 
     /* 刷新表格 */
-    async refreshSheet() {
+    refreshSheet: _.debounce(async function() {
       let res = await sheetInterface.sheetAnalysisInterface.sheetRefresh({ExcelInfoId: this.sheetDetailInfo.ExcelInfoId})
 
       if(res.Ret !== 200) return 
       this.$message.success(res.Msg)
-    },
+    },300),
 
     /* 重绘右侧区域宽度 */
     reloadRightWid() {