gaoshp
2025-08-02 ca1cf859009d0ec613117aca85c1ad42fbb4dfe8
src/views/basesetting/machine.vue
@@ -80,10 +80,11 @@
            type: 'input',
            prop: 'keyword',
            search: true,
            hide: true
            hide: true,
            showColumn: false
          },
          {
            label: '机床编号4',
            label: '机床编号',
            prop: 'code'
          },
          {
@@ -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,
      }