Преглед на файлове

创建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() {
     async queryProduct() {
       let params = {
       let params = {
         ...this.productList.queryParams,
         ...this.productList.queryParams,
-        searchQuery:`name=${this.productList.name}`,
+        searchQuery:`product_name=${this.productList.name}`,
       }
       }
       await this.$api.queryProduct(params).then(res => {
       await this.$api.queryProduct(params).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {