n20-common-lib 3.1.20 → 3.1.21

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": "n20-common-lib",
3
- "version": "3.1.20",
3
+ "version": "3.1.21",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -413,6 +413,15 @@ export default {
413
413
  }
414
414
  }
415
415
  },
416
+ // ai校验取消
417
+ aiCheckCancel(beid) {
418
+ this.tableData.forEach((item) => {
419
+ if (item.beid === beid) {
420
+ item.aiCheckStatus = ''
421
+ }
422
+ this.tableKey++
423
+ })
424
+ },
416
425
  async getFileTypes() {
417
426
  if (!this.dataProp?.bussValues?.length) return
418
427
  try {