|
@@ -202,6 +202,7 @@ const tabTypeTab = ref([
|
|
{key:'query', name: '首件查询'}
|
|
{key:'query', name: '首件查询'}
|
|
]);
|
|
]);
|
|
const tabTypeChange = (item) => {
|
|
const tabTypeChange = (item) => {
|
|
|
|
+ tableFormId.value = ''
|
|
tabTypeKey.value = item?.key
|
|
tabTypeKey.value = item?.key
|
|
if (searchForm.value.wbsId) {
|
|
if (searchForm.value.wbsId) {
|
|
searchForm.value.current = 1;
|
|
searchForm.value.current = 1;
|