sale-client 3.6.96 → 3.6.97
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
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
return
|
|
367
367
|
}
|
|
368
368
|
} else {
|
|
369
|
-
if (this.authArr.includes('冲正权限')
|
|
369
|
+
if (this.authArr.includes('冲正权限')) {
|
|
370
370
|
if (this.config.cancleother) {
|
|
371
371
|
if (row.f_operator != this.$login.f.name) {
|
|
372
372
|
this.$showAlert('不能撤销不是自己进行的操作', 'warning', 1500)
|