谢杰标 2 жил өмнө
parent
commit
b024dc313c

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

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