Parcourir la source

fix:9.30 修复权重指标新增失败

yangjunhao il y a 1 an
Parent
commit
4220195b83
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/norm/feeindex.vue

+ 1 - 1
src/views/norm/feeindex.vue

@@ -515,7 +515,7 @@ export default {
           //     this.getList();
           //   });
           // } else {
-          updateNORMFEE(this.form).then((response) => {
+          addNORMFEE(this.form).then((response) => {
             this.$modal.msgSuccess("新增成功");
             this.open = false;
             this.getList();