소스 검색

fix: 删除调试注释

Howie 1 년 전
부모
커밋
acfb6a6424
1개의 변경된 파일1개의 추가작업 그리고 16개의 파일을 삭제
  1. 1 16
      src/views/supply/policy/components/retail_form.vue

+ 1 - 16
src/views/supply/policy/components/retail_form.vue

@@ -1908,22 +1908,7 @@ export default {
     },
     // 保存
     clickSubmitForm() {
-      console.log({
-            isAllDirect: this.mainForm.isAllDirect,
-            theTime: this.mainForm.date,
-            k3ServiceId: this.mainForm.k3ServiceId,
-            k3ServiceName: this.mainForm.k3ServiceName,
-            isPlanOrder: this.mainForm.isPlanOrder,
-            commercialType: this.commercialType,
-            correspondName: this.correspondName,
-            correspondId: this.correspondId,
-            remark: this.mainForm.remark,
-            type: 2, // 1:普通零售单,2:政策零售单
-            retailOrderItemList: this.goodsList,
-            policyId: this.policyId,
-            fileNo: this.mainForm.fileNum
-          })
-          return
+
       this.$refs.mainForm.validate(valid => {
         if (valid) {
           // let mainName =