Commit 71130719 by hulei
parents 01be0860 36d383ea
......@@ -99,11 +99,19 @@ export default {
}
},
async handleSearch() {
this.executeDefault("dspstm").then(res => {
//TODO 处理数据逻辑
this.stmData.data = res.data.dspstm.rows;
})
},
async handleReset(){
this.model.diafro = "";
this.model.diatil = "";
this.model.reasen = "";
this.model.searef = "";
this.model.seasec = "";
this.model.usfmod.flt = "";
}
}
\ No newline at end of file
......@@ -76,7 +76,7 @@ export default {
this.model.usfmod.flt = "";
this.model.inidatfro = "";
this.model.inidattil = "";
this.model.dflg = "";
this.model.dflg = "1";
this.model.chkypt = "";
this.model.yptinf = "";
......
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