谢杰标 2 jaren geleden
bovenliggende
commit
b024dc313c
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      src/views/financed/cost/dislogSet.vue

+ 3 - 3
src/views/financed/cost/dislogSet.vue

@@ -493,15 +493,15 @@ export default {
           if (this.type === 3 || this.type === 4) {
             this.$api
               .systemtoporderupdatecost({
-                costTpVo: this.form,
+                costTpVo: form,
                 orderSnList:
                   this.type === 3 ? [this.tpId] : this.tpId?.split(","),
               })
               .then(this.cb);
           } else if (this.type !== 1) {
-            addCost(this.form).then(this.cb);
+            addCost(form).then(this.cb);
           } else {
-            editCost(this.form).then(this.cb);
+            editCost(form).then(this.cb);
           }
         } else {
           return false;