This commit is contained in:
@@ -342,8 +342,7 @@ export default {
|
||||
{"data":{"id":100,"concurrencyToken":2197,"name":"Handmade Cotton Chair 122","serial":100,"dollarAmount":811.47000,"active":true,"roles":8212,
|
||||
"startDate":"2019-06-06T08:48:13.059631Z","endDate":"2019-06-06T12:38:30.654906Z",
|
||||
"notes":"Minima qui assumenda.","count":0,"customFields":null,"tags":["indigo","brown","silver","gold"]}}
|
||||
*/
|
||||
obj: {
|
||||
{
|
||||
id: 0,
|
||||
concurrencyToken: 0,
|
||||
name: "",
|
||||
@@ -357,6 +356,22 @@ export default {
|
||||
count: 0,
|
||||
customFields: [],
|
||||
tags: []
|
||||
}
|
||||
*/
|
||||
obj: {
|
||||
id: 0,
|
||||
concurrencyToken: 0,
|
||||
name: null,
|
||||
serial: null,
|
||||
dollarAmount: null,
|
||||
active: null,
|
||||
roles: null,
|
||||
startDate: null,
|
||||
endDate: null,
|
||||
notes: null,
|
||||
count: null,
|
||||
customFields: null,
|
||||
tags: null
|
||||
},
|
||||
formState: {
|
||||
ready: false,
|
||||
|
||||
Reference in New Issue
Block a user