소스 검색

创建FTO报告输入标的产品错误

zhuliu 1 년 전
부모
커밋
9d2086e17c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/report/components/dialog/addAndEditReport.vue

+ 1 - 1
src/views/report/components/dialog/addAndEditReport.vue

@@ -732,7 +732,7 @@ export default {
     async queryProduct() {
       let params = {
         ...this.productList.queryParams,
-        searchQuery:`name=${this.productList.name}`,
+        searchQuery:`product_name=${this.productList.name}`,
       }
       await this.$api.queryProduct(params).then(res => {
         if (res.code == 200) {