cloud-web-corejs 1.0.54-dev.501 → 1.0.54-dev.502

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.
@@ -168,12 +168,7 @@
168
168
  :editAttachment.sync="editAttachment"
169
169
  :edit.sync="$attrs.edit"
170
170
  ></propertiesDialog>
171
- <el-image-viewer
172
- v-if="showViewer"
173
- :on-close="closeViewer"
174
- :initial-index.sync="chooseIndex"
175
- :url-list="pictureDtoList"
176
- />
171
+
177
172
  </div>
178
173
  </template>
179
174
 
@@ -58,7 +58,6 @@ export default {
58
58
  param,
59
59
  ...tabParam,
60
60
  };
61
- debugger;
62
61
  if (!tab) {
63
62
  tab = newTab;
64
63
  if (this.tabs.length >= 30) {