瀏覽代碼

数据更改

谢杰标 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) {
       data = data || {
-        email: undefined,
+        projectId: undefined,
+        itemName: 456,
+        itemCategory: "1",
         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);
     },