Merge pull request #187 from DevDengChao/patch-2
Change config name from 'mock-conf' to 'wallet-conf'
This commit is contained in:
commit
929e753c6e
@ -50,7 +50,7 @@ const formData = ref<any>({
|
|||||||
feeRate: 0,
|
feeRate: 0,
|
||||||
remark: '',
|
remark: '',
|
||||||
config: {
|
config: {
|
||||||
name: 'mock-conf'
|
name: 'wallet-conf'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const formRules = {
|
const formRules = {
|
||||||
@ -114,7 +114,7 @@ const resetForm = (appId, code) => {
|
|||||||
remark: '',
|
remark: '',
|
||||||
feeRate: 0,
|
feeRate: 0,
|
||||||
config: {
|
config: {
|
||||||
name: 'mock-conf'
|
name: 'wallet-conf'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
formRef.value?.resetFields()
|
formRef.value?.resetFields()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user