Sfoglia il codice sorgente

fix: 删除调试注释

Howie 1 anno fa
parent
commit
acfb6a6424
1 ha cambiato i file con 1 aggiunte e 16 eliminazioni
  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 =