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 })