Commit 7ff04653 authored by youjie's avatar youjie

no message

parent 2adb727f
......@@ -579,7 +579,17 @@ export default {
this.TheRateVisible = true
},
close(RateForm){
this.$refs[RateForm].clearValidate()
// this.RateForm ={
// TCIDList:[],
// RateList:[
// {
// CurrencyId:'',
// Rate:''
// }
// ]
// },
// this.$refs[RateForm].clearValidate()
this.$refs[RateForm].resetFields()
},
OkTheRate(RateForm){
this.$refs[RateForm].validate((valid) => {
......
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