|
@ -162,6 +162,7 @@ export default { |
|
|
this.$refs['dataForm'].validate((valid, messageObj) => { |
|
|
this.$refs['dataForm'].validate((valid, messageObj) => { |
|
|
if (!valid) { |
|
|
if (!valid) { |
|
|
app.util.validateRule(messageObj) |
|
|
app.util.validateRule(messageObj) |
|
|
|
|
|
return |
|
|
} |
|
|
} |
|
|
const { pubKey } = this |
|
|
const { pubKey } = this |
|
|
this.$http |
|
|
this.$http |
|
|