wip
This commit is contained in:
parent
7791431717
commit
91d8ee5a52
101 changed files with 423 additions and 423 deletions
|
|
@ -182,7 +182,7 @@
|
|||
|
||||
this.nid-state = null
|
||||
|
||||
on-change-nid() {
|
||||
this.on-change-nid = () => {
|
||||
nid = this.refs.nid.value
|
||||
|
||||
if nid == ''
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
this.nid-state = 'error'
|
||||
this.update();
|
||||
|
||||
onsubmit() {
|
||||
this.onsubmit = () => {
|
||||
name = this.refs.name.value
|
||||
nid = this.refs.nid.value
|
||||
description = this.refs.description.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue