jinlin
2023-11-10 ec5237992ac60b6eb0df07ad3f5038b52a582882
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: ''
        }
      }
    },