dw-test-form 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dw-test-form.js CHANGED
@@ -51027,7 +51027,9 @@ const ewi = /* @__PURE__ */ Ee(kxi, [["render", $xi], ["__scopeId", "data-v-bc4a
51027
51027
  },
51028
51028
  methods: {
51029
51029
  loadSurvey() {
51030
- const e = Kne.service({ fullscreen: !0, text: this.$t("survey.dwDesign.dwEdit.edit.loading") }), t = { surveyId: this.dwSurveyId };
51030
+ const e = Kne.service({ fullscreen: !0, text: this.$t("survey.dwDesign.dwEdit.edit.loading") });
51031
+ console.log("dwSurveyId", this.dwSurveyId);
51032
+ const t = { surveyId: this.dwSurveyId };
51031
51033
  VI(t, (o) => {
51032
51034
  console.debug("design survey", o), this.survey = o, e.close();
51033
51035
  });