src/views/basic/production/gySource.vue
File was renamed from src/views/basic/gySource/index.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) {