zouyu
2025-03-12 077a9af4717bed36efcf1a6fc420de2b679cf467
src/views/CNAS/resourceDemand/device/component/files.vue
@@ -470,11 +470,10 @@
  updateDocument,
  addDocument,
  deleteDocumentById,
  getAllDocuments,
  selectDeviceByCode,
  upDeviceParameter,
  exportDeviceFile,
  getInsProduction,
  getInsProduction, getListByDId,
} from '@/api/cnas/resourceDemand/device.js'
import { selectUserCondition } from "@/api/system/user";
import {
@@ -719,7 +718,7 @@
    },
    // 获取相关文档数据的api
    getPage() {
      getAllDocuments({ deviceId: this.clickNodeVal.value }).then(res => {
      getListByDId({ id: this.clickNodeVal.value }).then(res => {
        if (res.code == 200)
          this.tableDataA = res.data
      })