Commit cfd4f9d5 authored by xiangjiaojunxp's avatar xiangjiaojunxp

物料转换bug修改

parent 249cd4f6
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
mounted() { mounted() {
this.init(); this.init();
fileName="新建XLSX工作表";
}, },
methods:{ methods:{
/** 页面刷新时展示的数据*/ /** 页面刷新时展示的数据*/
...@@ -165,13 +165,14 @@ export default { ...@@ -165,13 +165,14 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
//刷新下拉选框内容 //刷新下拉选框内容
this.selectedOption=''; fileName="新建XLSX工作表";
this.disableNextButton=''; this.selectedOption='';
this.selectedRule=''; this.disableNextButton='';
fileName="新建XLSX工作表"; this.selectedRule='';
//刷新luckysheet表格 this.luckyrule=[];
this.init(); //刷新luckysheet表格
this.init();
}, },
/** Luckyexcel文档 */ /** Luckyexcel文档 */
init() { init() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment