Browse Source

点击已发布卡片,查询接口参数修改

yunxing 4 năm trước cách đây
mục cha
commit
d06c500468
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/home.vue

+ 2 - 1
src/views/home.vue

@@ -417,10 +417,11 @@ export default {
             // 留 id,floorLocalName,floorMap
             const { folderId, folderName } = this;
             const postParams = {
-                filters: `folderId='${folderId}';state='Draft';id='${id}'`,
+                filters: `state='Draft';id='${id}';graphId='${graphId}'`,
                 PageNumber: 1,
                 PageSize: 1000,
             };
+            
             const res = await planerQuery(postParams);
             if (res.result !== "success") {
                 this.$message(res.result);