1
李喆(开发组)
2025-08-01 4fdd869a042a7f63adf42c38acbb464c005851e8
src/views/basesetting/machine.vue
@@ -80,7 +80,8 @@
            type: 'input',
            prop: 'keyword',
            search: true,
            hide: true
            hide: true,
            showColumn: false
          },
          {
            label: '机床编号4',
@@ -395,7 +396,7 @@
      this.loading = true;
      var obj = {
        keyword: this.search.keyword,
        machineGroupCode: this.search.machineGroupCode,
        machineGroupCode: this.search.machineGroupName,
        current: this.mypage.current,
        size: this.mypage.size,
      }