1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 14:20:03 +08:00
This commit is contained in:
weiwait
2023-03-18 14:23:42 +08:00
parent b19c3042e4
commit c28202c232
7 changed files with 40 additions and 44 deletions

View File

@@ -77,8 +77,7 @@
store.request({method: 'get', url: '/admin'})
.then(res => console.log(res));
store.getForm('kvs as field name').value = []
console.log(store.forms.list)
}
JS);