From ec5237992ac60b6eb0df07ad3f5038b52a582882 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 10 十一月 2023 11:42:26 +0800
Subject: [PATCH] Changes

---
 web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue b/web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue
index aba7907..1e5b06a 100644
--- a/web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue
+++ b/web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue
@@ -77,29 +77,7 @@
       return {
         dataForm: {
           id: '',
-          projectId: '',
-          optEnviron: '',
-          programLang: '',
-          testBasis: '',
-          testType: '',
-          testStandard: '',
-          startDate: '',
-          endDate: '',
-          testVenue: '',
-          otherRequire: '',
-          testDate: '',
-          deliveryDate: '',
-          testCost: '',
-          articleNature: '',
-          sampleStatus: '',
-          agencyName: '',
-          site: '',
-          businContact: '',
-          businComplaint: '',
-          laborContact: '',
-          labContactNum: '',
-          postalCode: '',
-          fax: ''
+          projectId: ''
         }
       }
     },

--
Gitblit v1.9.1