浏览代码

Merge branch 'ETA_1.2.1'

hbchen 1 年之前
父节点
当前提交
f2b3d6cd1b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/datasheet_manage/sheetList.vue

+ 2 - 2
src/views/datasheet_manage/sheetList.vue

@@ -753,11 +753,11 @@ export default {
           this.excelAdminId = this.sheetDetailInfo.SysUserId
           this.editButtonText = this.sheetDetailInfo.CanEdit?'':`${this.sheetDetailInfo.Editor}编辑中`
           //从nextTick里面拉出来 更多功能按钮 才显示的出来
-          this.sheetDetailInfo.Source === 1 && this.$refs.sheetRef && this.$refs.sheetRef.init();
+          // this.sheetDetailInfo.Source === 1 && this.$refs.sheetRef && this.$refs.sheetRef.init();
 
           this.$nextTick(() => {
 
-            // this.sheetDetailInfo.Source === 1 && this.$refs.sheetRef.init();
+            this.sheetDetailInfo.Source === 1 && this.$refs.sheetRef.init();
 
             this.sheetDetailInfo.Source === 2 &&
               this.$refs.customTableRef.initSheetData(res.Data.TableData);