that.$reqWs.pull(
        (res) => {
          console.log(res);
          if (!res.result) return;
          const result = JSON.parse(res.result||"{}");
          if (!result.ops) return;
          if (!result.ops.queues) return;
          if (!result.ops.queues.includes(`|${that.config.response.mkey}|`)) return;
          $methodBridge.loadBridgeData(that, {
            ...that.currentTempV,
            ...{ fromWs: true },
          });
        },
        {
          ownerId: that.$store.getters.ownerId,
          mkey: "bo-popedom-field",
          field: "save",
          subBeforeKey: "mkey",
          position: "bs-form",
        }
      );
    },
文档更新时间: 2023-06-04 16:46   作者:admin