cloud-web-corejs 1.0.54-dev.331 → 1.0.54-dev.332

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.331",
4
+ "version": "1.0.54-dev.332",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -232,7 +232,6 @@ tmixins = {
232
232
  },
233
233
  handleBeforeImport(file, resultData, callback) {
234
234
  let importOption = this.option.importOption;
235
- let a = 1
236
235
  let that = this;
237
236
  if (importOption.onBeforeImport) {
238
237
  const toDo = (res) => {
@@ -245,7 +244,6 @@ tmixins = {
245
244
  })
246
245
  callback && callback();
247
246
  }
248
- // debugger
249
247
  this.getFieldTarget().handleCustomEvent(importOption.onBeforeImport, ['file', 'resultData', 'done'], [file, resultData, toDo])
250
248
  } else {
251
249
  callback && callback();
@@ -1601,7 +1601,6 @@ modules = {
1601
1601
  return newData;
1602
1602
  },
1603
1603
  addTableData(rows, field) {
1604
- debugger
1605
1604
  let $grid = this.getGridTable();
1606
1605
  let formDataModel = this.formModel;
1607
1606
  let tableRows = formDataModel[this.fieldKeyName] || [];