|
|
|
@ -580,6 +580,7 @@ export default {
|
|
|
|
|
this.option.column = this.option.column.filter((item, index, self) => { |
|
|
|
|
return index === self.findIndex(t => t.prop === item.prop); |
|
|
|
|
}); |
|
|
|
|
this.getListvalues(masterId); |
|
|
|
|
this.loading = false; |
|
|
|
|
console.log('所有 Promise 都已完成>>>>>', this.option.column); |
|
|
|
|
// 执行后续操作,例如更新页面显示、关闭加载提示等 |
|
|
|
|