src/views/sales/contractManage/AddContractManageDialog.vue
@@ -348,11 +348,8 @@
    // 保存
    saveClick(formName) {
      this.$refs[formName].validate((valid) => {
        this.validateFormNumber()
        if (valid) {
          console.log(this.editConfig.infomation)
          const params = this.saveParams()
          console.log(params)
          if (this.editConfig.title === "新建") {
            getAddContract(params).then((res) => {
              console.log(res)
@@ -391,7 +388,6 @@
        quotation_id: this.quotationId || 0,
        status_id: data.statusId || 0,
        codeStandID: data.ID,
        codeRule: this.codeRule
      }
      return params
    },