Commit c95526da authored by 姬鋆屾's avatar 姬鋆屾
parents 092e961e 713ad92f
......@@ -361,10 +361,9 @@ export default {
}
}
});
console.log("search val",val)
newData[item] = this.decodeVal(val);
});
console.log("search val1",val)
return newData;
},
decodeVal(val) {
......
<template>
<div class="page">
<LayoutTable :data="tableData" notAdd notDel :config="tableConfig">
<el-button
slot="table-head-left2"
style="margin-left: 10px"
icon="el-icon-tickets"
size="mini"
@click="doExport"
:disabled="isExport"
>导出</el-button
>
<el-button slot="table-head-left2" style="margin-left: 10px" icon="el-icon-tickets" size="mini" @click="doExport"
:disabled="isExport">导出</el-button>
</LayoutTable>
<dialog-show ref="dialogform" @ok="getData" />
......@@ -26,7 +19,7 @@ export default {
dialogShow,
},
mixins: [table],
created() {},
created() { },
methods: {
/** 导出Excel */
doExport() {
......
......@@ -159,7 +159,7 @@ public class JobEntity extends JobVo {
public void initAttrValue(){
this.groupId = 0L;
this.groupId = null;
this.groupName = "";
......
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