谢杰标 пре 2 година
родитељ
комит
944850192b
1 измењених фајлова са 8 додато и 4 уклоњено
  1. 8 4
      src/views/financed/cost/dislogSet.vue

+ 8 - 4
src/views/financed/cost/dislogSet.vue

@@ -274,11 +274,15 @@ export default {
     },
     },
     add(index, data) {
     add(index, data) {
       data = data || {
       data = data || {
-        email: undefined,
+        projectId: undefined,
+        itemName: 456,
+        itemCategory: "1",
         businessId: undefined,
         businessId: undefined,
-        email2: undefined,
-        email3: undefined,
-        email4: undefined,
+        educationTypeId: 21,
+        itemType: "1",
+        typeValue: undefined,
+        minValue: undefined,
+        maxValue: undefined,
       };
       };
       this.form.itemList.splice(index + 1, 0, data);
       this.form.itemList.splice(index + 1, 0, data);
     },
     },