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