|
@@ -1607,8 +1607,9 @@ export default {
|
|
|
const { data: res } = await wbsTreeTableSort(this.sort)
|
|
|
//console.log(res);
|
|
|
if (res.code == 200) {
|
|
|
- this.excelSortTag = true
|
|
|
- this.excelSortTag2 = true
|
|
|
+ this.excelSortTag = false
|
|
|
+ this.excelSortTag2 = false
|
|
|
+ this.updateNodeTable();//更新元素表
|
|
|
}
|
|
|
},
|
|
|
//#endregion
|