Commit 96d15410 by lsk

diasel查询

parent feaec4b4
...@@ -99,7 +99,10 @@ export default { ...@@ -99,7 +99,10 @@ export default {
} }
}, },
async handleSearch() { async handleSearch() {
this.executeDefault("dspstm").then(res => {
//TODO 处理数据逻辑
this.stmData.data = res.data.dspstm.rows;
})
}, },
async handleReset(){ async handleReset(){
......
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