seimin 1 år sedan
förälder
incheckning
f6178d94af
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      src/app/views/data-dictionary/data-dictionary.component.ts

+ 4 - 0
src/app/views/data-dictionary/data-dictionary.component.ts

@@ -258,6 +258,7 @@ export class DataDictionaryComponent implements OnInit {
258
           extra3: this.validateForm.value.extra3,
258
           extra3: this.validateForm.value.extra3,
259
           desc: this.validateForm.value.desc,
259
           desc: this.validateForm.value.desc,
260
           level: 2,
260
           level: 2,
261
+          system: 0,
261
         };
262
         };
262
       } else {
263
       } else {
263
         postData = {
264
         postData = {
@@ -271,6 +272,7 @@ export class DataDictionaryComponent implements OnInit {
271
           desc: this.validateForm.value.desc,
272
           desc: this.validateForm.value.desc,
272
           id: this.dataEdit.id,
273
           id: this.dataEdit.id,
273
           level: 2,
274
           level: 2,
275
+          system: 0,
274
         };
276
         };
275
       }
277
       }
276
     }else if(this.checkedDictionary.type === 'dictionary'){
278
     }else if(this.checkedDictionary.type === 'dictionary'){
@@ -281,6 +283,7 @@ export class DataDictionaryComponent implements OnInit {
281
           value: this.validateForm.value.value,
283
           value: this.validateForm.value.value,
282
           orders: this.validateForm.value.orders,
284
           orders: this.validateForm.value.orders,
283
           desc: this.validateForm.value.desc,
285
           desc: this.validateForm.value.desc,
286
+          system: 0,
284
         };
287
         };
285
       } else {
288
       } else {
286
         postData = {
289
         postData = {
@@ -289,6 +292,7 @@ export class DataDictionaryComponent implements OnInit {
289
           value: this.validateForm.value.value,
292
           value: this.validateForm.value.value,
290
           orders: this.validateForm.value.orders,
293
           orders: this.validateForm.value.orders,
291
           desc: this.validateForm.value.desc,
294
           desc: this.validateForm.value.desc,
295
+          system: 0,
292
           id: this.dataEdit.id,
296
           id: this.dataEdit.id,
293
         };
297
         };
294
       }
298
       }