master
Qin Dong Ming 2024-08-23 21:53:19 +08:00
parent 30d913991e
commit 5f84e302ea
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<el-form-item label="规则状态">
<el-input v-model="engine.status"></el-input>
</el-form-item>
<el-button @click="findSelectSourceList()">
<el-button @click="select()">
查询
</el-button>
</el-form>
@ -263,6 +263,9 @@ export default {
this.download('engine/engine/export', {
...this.engineReq
}, `source_${new Date().getTime()}.xlsx`)
},
select(){
this.findSelectSourceList();
}
},
// - 访this",