agilebuilder-ui 1.0.87-temp2 → 1.0.87-temp3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.0.87-temp2",
3
+ "version": "1.0.87-temp3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -356,7 +356,7 @@ export default {
356
356
  },
357
357
  changeEvent(newValue){
358
358
  this.inputValue(newValue)
359
- this.$emit('change', newValue)
359
+ this.change(newValue)
360
360
  },
361
361
  /**
362
362
  * @description: 获取提示标题
@@ -1573,6 +1573,7 @@ export default {
1573
1573
  }
1574
1574
  },
1575
1575
  multiselectChange(arr, selectedItem) {
1576
+ debugger
1576
1577
  // console.log('multiselectChange1---arr=', arr)
1577
1578
  this.extendParams = selectedItem
1578
1579
  let isSaveAll = false