|
@@ -262,6 +262,7 @@
|
|
|
@detailShowHandle="detailShowHandle"
|
|
|
@delSheetHandle="delSheetHandle"
|
|
|
@downloadExcel="downloadExcel"
|
|
|
+ @saveOther="saveOtherHandle"
|
|
|
ref="sheetListWrap"
|
|
|
/>
|
|
|
</div>
|
|
@@ -309,6 +310,7 @@
|
|
|
value: 'ExcelClassifyId',
|
|
|
children: 'Children',
|
|
|
emitPath: false,
|
|
|
+ checkStrictly:true
|
|
|
}"
|
|
|
style="width: 80%"
|
|
|
:placeholder="$t('OnlineExcelPage.select_appropriate_category_lable')"
|
|
@@ -831,7 +833,8 @@ export default {
|
|
|
},
|
|
|
|
|
|
/* 表格另存为 */
|
|
|
- saveOtherHandle() {
|
|
|
+ saveOtherHandle(cell) {
|
|
|
+ cell&&(this.sheetDetailInfo = cell)
|
|
|
this.saveOtherForm.name = this.sheetDetailInfo.ExcelName + "(1)";
|
|
|
this.isSaveOther = true;
|
|
|
},
|