From c7ccbc6510a9350e0a0a5a39a84f46c382d080b3 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 15 九月 2023 15:00:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before

---
 src/components/view/raw-ins.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/view/raw-ins.vue b/src/components/view/raw-ins.vue
index e2229b3..1d5b2e3 100644
--- a/src/components/view/raw-ins.vue
+++ b/src/components/view/raw-ins.vue
@@ -106,8 +106,8 @@
       <span>鍘熸潗鏂欑紪鐮侊細</span>
       <el-input
         v-model="search.code"
-        size="small"
         placeholder="璇疯緭鍏�"
+        size="small"
         style="width: 224px;margin-right: 30px;"
         clearable
       ></el-input>
@@ -244,8 +244,8 @@
       this.selectRawInspectsList();
     },
     selectRawInspectsList() {
-      this.axios
-        .post(this.$api.url.selectRawInspectsList, this.search)
+      this.$axios
+        .get(this.$api.url.selectRawInspectsList, { params: this.search })
         .then(res => {
           this.tableData = res.data.row;
           this.total = res.data.total;

--
Gitblit v1.9.3