From 0d1de72422f706518603634778bb8dd32a3721a0 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 03 十一月 2023 14:14:09 +0800
Subject: [PATCH] 重新订购搜索修改

---
 src/views/overview/AddOverviewDialog.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue
index 09c7c6f..19c0ba2 100644
--- a/src/views/overview/AddOverviewDialog.vue
+++ b/src/views/overview/AddOverviewDialog.vue
@@ -275,7 +275,7 @@
   updateOperation,
   updateStatus,
   deleteOperation,
-  getOperationType
+  getListTransfer
 } from "@/api/overview/overview"
 import { getCompanyList } from "@/api/common/other"
 export default {
@@ -357,7 +357,7 @@
     this.getLocationList()
     this.receiptType = this.editConfig.title === "鏌ョ湅" ? this.editConfig.infomation.operationTypeName : this.addName
     if (this.showOperationType) {
-      this.getOperationType()
+      this.getListTransfer()
     }
   },
   methods: {
@@ -385,8 +385,8 @@
       })
     },
     // 鑾峰彇浠撳簱绫诲瀷
-    async getOperationType() {
-      await getOperationType({
+    async getListTransfer() {
+      await getListTransfer({
         keyword: "",
         page: 0,
         pageSize: 0

--
Gitblit v1.8.0