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