1004749546@qq.com 4 년 전
부모
커밋
e741a37240
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recoveryManage/recoveryPriceSet.vue

+ 1 - 1
src/views/recoveryManage/recoveryPriceSet.vue

@@ -91,7 +91,7 @@ export default {
     },
     // 保存价格
     save (id, advicePrice) {
-      savPrice({ adviceType: this.type ? this.type : 1, id: id, advicePrice: advicePrice }).then(res => {
+      savPrice({ adviceType: this.type, id: id, advicePrice: advicePrice }).then(res => {
         if (res.status == 200) {
           this.$message.success(res.message)
 		  this.getListData()