From 6108e3d49712b6ded5cf3c3e735ec40f13e35971 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 11 十一月 2025 15:03:10 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUE_New
---
src/views/basic/production/gySource.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/basic/gySource/index.vue b/src/views/basic/production/gySource.vue
similarity index 99%
rename from src/views/basic/gySource/index.vue
rename to src/views/basic/production/gySource.vue
index 993a12a..5d2cabe 100644
--- a/src/views/basic/gySource/index.vue
+++ b/src/views/basic/production/gySource.vue
@@ -214,7 +214,7 @@
<script>
import axios from 'axios'
import RowSettings from '@/views/component/rowSettings'
-import Edit from '@/views/basic/gySource/edit'
+import Edit from '@/views/basic/production/gySourceEdit.vue'
export default {
name: 'GySource',
@@ -294,7 +294,7 @@
titleData: ["HItemID", "Hprocid", "HUSEORGID", "HCREATEORGID", "HParentID"],//涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
pageSizes: [50, 100, 500, 5000, 50000],
page: 1,
- pageSize: 50,
+ pageSize: 0,
total: 0,
// 琛ㄥ崟鍙傛暟
form: {},
@@ -381,6 +381,7 @@
},
//鍒楄〃鏁版嵁
getList() {
+ this.pageSize = 50
this.tableShow = false
this.loading = true
if (this.pageSize == 0) {
--
Gitblit v1.9.1