kz-ui-base 1.0.91 → 1.0.92

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": "kz-ui-base",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -298,14 +298,14 @@ export default {
298
298
  this.msgError("请选择一笔员工数据!");
299
299
  } else {
300
300
  if(this.multipleChoice) {
301
- this.$closeDialog(true, this.multipleSelection)
301
+ this.confirm(this.multipleSelection)
302
302
  } else {
303
- this.$closeDialog(true, this.multipleSelection?.[0])
303
+ this.confirm(this.multipleSelection?.[0])
304
304
  }
305
305
  }
306
306
  },
307
307
  handleCancel() {
308
- this.$closeDialog()
308
+ this.cancel()
309
309
  },
310
310
  siteChangeEvent(val) {
311
311
  this.listQueryParams.deptId = ""