@@ -542,9 +542,11 @@ export default {
},
searchClick(){
+ this.page.currentPage = 1;
this.onLoad(this.page,this.query);
clearSearch(){
this.query = {};
this.onLoad(this.page,this.searchParams);
}
@@ -3442,10 +3442,10 @@ export default {
} catch (error) {
console.error('关联节点失败:', error);
- this.$message({
- type: 'error',
- message: '关联失败,请重试'
- });
+ // this.$message({
+ // type: 'error',
+ // message: '关联失败,请重试'
+ // });
if (callback) callback(false);
} finally {
this.linkLoading = false;