chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/basicData/apsPlant/index.vue
@@ -40,7 +40,9 @@
          v-hasPermi="['plant:export']"
        >导出</el-button>
      </el-col>
      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
      <right-toolbar :search="false"
        @refreshTable="getList"
      ></right-toolbar>
    </el-row>
    <HxlhTable
@@ -95,7 +97,7 @@
const { proxy } = getCurrentInstance();
const { aps_plant_status } = proxy.useDict('aps_plant_status');
const height = ref(document.documentElement.clientHeight - 170 + "px;");
const height = ref(document.documentElement.clientHeight - 160 + "px;");
const plantNameRules = ref(null);
const plantCodeRules = ref(null);
const dataForm = ref();