瀏覽代碼

创建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) {