fix: excel 数据集

This commit is contained in:
taojinlong
2021-05-18 17:28:12 +08:00
parent 9124a9213d
commit 41deddbbfa
2 changed files with 11 additions and 9 deletions

View File

@@ -67,7 +67,6 @@ Vue.use(message)
Vue.config.productionTip = false
Vue.prototype.hasDataPermission = function(pTarget, pSource) {
debugger
if (pSource && pTarget) {
return pSource.indexOf(pTarget) > -1
}