|
@@ -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);
|