From 04489cc3864aa38fde8b539aee6c4c9eed6ab1d4 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 28 九月 2023 14:35:35 +0800 Subject: [PATCH] 解决产品列表报错 --- src/views/operate/allot/index.vue | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/operate/allot/index.vue b/src/views/operate/allot/index.vue index 53dc714..fead6d5 100644 --- a/src/views/operate/allot/index.vue +++ b/src/views/operate/allot/index.vue @@ -23,7 +23,12 @@ </div> </div> <!-- 鏂板缓/缂栬緫 --> - <AddOverviewDialog v-if="editConfig.visible" :work-type="'鍐呴儴璋冩嫧'" :edit-common-config="editConfig" /> + <AddOverviewDialog + v-if="editConfig.visible" + :show-operation-type="true" + :work-type="3" + :edit-common-config="editConfig" + /> </div> </template> @@ -44,11 +49,6 @@ tableList: {}, showcol: ["浠�", "鑷�", "鑱旂郴浜�", "鏃ユ湡", "鏉ユ簮鍗曟嵁", "鍏徃", "鐘舵��"], searchOptions: [], - commonDetail: { - visible: false, - title: "鏂板缓", - infomation: {} - }, editConfig: { visible: false, title: "鏂板缓", @@ -213,8 +213,7 @@ await getAllList({ number: this.keyword, page: this.pagerOptions.currPage, - pageSize: this.pagerOptions.pageSize, - sourceNumber: this.keyword + pageSize: this.pagerOptions.pageSize }).then((res) => { if (res.code === 200) { const list = res.data.map((item) => { -- Gitblit v1.8.0