This commit is contained in:
xd 2024-06-26 16:37:08 +08:00
parent c6d64ed5c2
commit 606710d8cc
1 changed files with 32 additions and 32 deletions

View File

@ -386,34 +386,34 @@
},
//
selModelTag(item) {
this.expandedIndex = -1;
this.showRemarkList = false,
this.expandedIndex = -1;//
this.showRemarkList = false,//
this.remarkList = [],
this.selectedXinghTag = '';
this.selectedXinghTag = '';//
this.showXinghList = false,
this.xinghList = [],
this.selectedZlTag = '';
this.selectedZlTag = '';//
this.showZlList = false,
this.ZlList = [],
this.selectedYsxhTag = '';
this.selectedYsxhTag = '';//
this.showYsxhList = false,
this.ysxhList = [],
this.selectedJmTag = '';
this.selectedJmTag = '';//
this.showJmList = false,
this.jmList = [],
this.searchResultCurrentPage = 1,
this.searchResultCurrentPage = 1,//
this.searchResultPageSize = 10,
this.searchResultData = [],
this.selectedModelTag = item.name_0;
this.selectedModelTag = item.name_0;//
//
this.productRemarkList(item.uid_0)
//
//
this.productXinghList(item.uid_0)
},
//
@ -440,24 +440,24 @@
},
//
selXinghTag(item) {
this.selectedZlTag = '';
this.selectedZlTag = '';//
this.showZlList = false,
this.ZlList = [],
this.selectedYsxhTag = '';
this.selectedYsxhTag = '';//
this.showYsxhList = false,
this.ysxhList = [],
this.selectedJmTag = '';
this.selectedJmTag = '';//
this.showJmList = false,
this.jmList = [],
this.searchResultCurrentPage = 1,
this.searchResultCurrentPage = 1,//
this.searchResultPageSize = 10,
this.searchResultData = [],
this.selectedXinghUid = item.uid_0
this.selectedXinghTag = item.name_0;
this.selectedXinghUid = item.uid_0 //uid
this.selectedXinghTag = item.name_0;//
//
this.judgeparent(item)
},
@ -467,7 +467,7 @@
judgeparent(this.params).then(response => {
if (response) {//
this.productZlList(item.uid_0)
} else {//
} else {//
this.productYsxhListCheck(item.uid_0, item.name_0)
}
});
@ -505,15 +505,15 @@
//
selZlTag(item) {
this.selectedYsxhTag = '';
this.selectedYsxhTag = '';//
this.showYsxhList = false,
this.ysxhList = [],
this.selectedJmTag = '';
this.selectedJmTag = '';//
this.showJmList = false,
this.jmList = [],
this.searchResultCurrentPage = 1,
this.searchResultCurrentPage = 1,//
this.searchResultPageSize = 10,
this.searchResultData = [],
@ -524,12 +524,12 @@
//
selYsxhTag(item) {
this.selectedJmTag = '';
this.selectedJmTag = '';//
this.selectedYsxhUid = item.uid_0;
this.showJmList = false,
this.jmList = [],
this.searchResultCurrentPage = 1,
this.searchResultCurrentPage = 1,//
this.searchResultPageSize = 10,
this.searchResultData = [],
@ -560,7 +560,7 @@
selJmTag(item) {
this.selectedJmTag = item.section;
this.searchResultCurrentPage = 1,
this.searchResultCurrentPage = 1,//
this.searchResultPageSize = 10,
this.searchResultData = [],