Commit df724cd1 by wangguangchao

复核查询重置方法提交

parent eb1490ab
......@@ -299,4 +299,19 @@ export default {
})
}
},
async handleReset(){
this.model.bchcon = "";
this.model.trncorco.ownref = "";
this.model.trncorco.relflg = "Waiting";
this.model.usrcon = "";
this.model.trncorco.inidatfro = "";
this.model.trncorco.inidattil = "";
this.model.atp.cod = "";
this.model.trncorco.dflg = "ALL";
this.model.atptxt = "";
this.model.searchAllUsers = false;
}
}
\ 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