浏览代码

Fix:微能力点删除字段调整link

OnePsycho 2 年之前
父节点
当前提交
eb51dc74ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS/ClientApp/src/view/abilityMgmt/Index.vue

+ 1 - 1
TEAMModelOS/ClientApp/src/view/abilityMgmt/Index.vue

@@ -991,7 +991,7 @@ export default {
               needDeleteLink.forEach(i => {
               needDeleteLink.forEach(i => {
                 promiseArr.push(this.deleteBlobPrefix({
                 promiseArr.push(this.deleteBlobPrefix({
                   cntr: 'teammodelos',
                   cntr: 'teammodelos',
-                  title: i.replace(`/yxpt/${this.curStandard}/jyzx/`, '')
+                  link: i.replace(`/yxpt/${this.curStandard}/jyzx/`, '')
                 }))
                 }))
               })
               })
               Promise.all(promiseArr).then(result => {
               Promise.all(promiseArr).then(result => {