Commit cfd4f9d5 authored by xiangjiaojunxp's avatar xiangjiaojunxp

物料转换bug修改

parent 249cd4f6
......@@ -102,7 +102,7 @@ export default {
mounted() {
this.init();
fileName="新建XLSX工作表";
},
methods:{
/** 页面刷新时展示的数据*/
......@@ -166,10 +166,11 @@ export default {
/** 重置按钮操作 */
resetQuery() {
//刷新下拉选框内容
fileName="新建XLSX工作表";
this.selectedOption='';
this.disableNextButton='';
this.selectedRule='';
fileName="新建XLSX工作表";
this.luckyrule=[];
//刷新luckysheet表格
this.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