jinlin
2023-12-07 6405f773edfa87350847a6459de04ea07e710989
web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue
@@ -375,7 +375,7 @@
          warehouseId: this.dataForm.id,
          projectId: this.dataForm.projectId
        }
        let res = await this.$http.get(`/configItemChange/ConfigItemWarehouse/getDto`, {params: params})
        let res = await this.$http.get(`/configItemChange/ConfigItemChange/getDto`, {params: params})
        this.dataForm = {
          ...this.dataForm,
          ...res.data
@@ -411,7 +411,7 @@
          }
          this.dataForm.flowInfoDto = flowInfo;
        }
        let res = await this.$http[!this.dataForm.id ? 'post' : 'put']('/configItemChange/ConfigItemWarehouse/', this.dataForm)
        let res = await this.$http[!this.dataForm.id ? 'post' : 'put']('/configItemChange/ConfigItemChange/', this.dataForm)
        if (res.success) {
          await this.$tip.success()
          this.$refs.dialog.close()