diff --git a/src/views/design/billofQuantities/index.vue b/src/views/design/billofQuantities/index.vue
index 7a45fe1..f06612c 100644
--- a/src/views/design/billofQuantities/index.vue
+++ b/src/views/design/billofQuantities/index.vue
@@ -242,10 +242,10 @@ async function handleSheetName() {
// 获取列表
async function handleQueryList(isSheet = true) {
- if (isSheet && !state.queryForm.sheet) {
- console.warn('表名不存在,无法获取列表数据');
- return;
- }
+ // if (isSheet && !state.queryForm) {
+ // console.warn('表名不存在,无法获取列表数据');
+ // return;
+ // }
try {
state.loading.list = true;
@@ -303,7 +303,7 @@ function handleChange(sheet) {
function handleChangeVersion(versions) {
state.queryForm.versions = versions;
state.versionsData = state.options.find((e) => e.versions == versions);
- console.log('state.versionsData', state.versionsData);
+ // console.log('state.versionsData', state.versionsData);
state.sheets = [];
handleQueryList();
}
diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue
index e0fb5f0..2b4ea8e 100644
--- a/src/views/design/volumeCatalog/index.vue
+++ b/src/views/design/volumeCatalog/index.vue
@@ -151,7 +151,16 @@
/>
+<<<<<<< HEAD
+
+=======
+>>>>>>> 8a3f338e2734575bcb743e917b1232bedc76f105