Commit 73c0c589 by lsk

sptsel查询按钮方法实现

parent e99ed0f4
......@@ -62,11 +62,14 @@ export default {
this.$router.push(viewurl);
//}
},
async handleReset(){
async handleReset() {
} ,
async handleSearch(){
}
},
async handleSearch() {
this.executeDefault("sptstm").then(res => {
//TODO 处理数据逻辑
this.stmData.data = res.data.sptstm.rows;
})
}
}
\ No newline at end of file
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