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