Bladeren bron

feature/bug修改

dengrui 10 maanden geleden
bovenliggende
commit
a448b583d7

+ 0 - 1
src/views/plan/workOrder/components/choice-workshop-page.vue

@@ -103,6 +103,5 @@ option.value = Object.assign(option.value, {
 
 onMounted(() => {
   dataList();
-  getAllData();
 });
 </script>

+ 1 - 1
src/views/plan/workOrder/index.vue

@@ -727,6 +727,7 @@ option.value = Object.assign(option.value, {
         },
       ],
       click: ({ value, column }) => {
+        console.log(column.boxType, "22");
         if (column.boxType) {
           dialog2.visible = true;
         }
@@ -842,7 +843,6 @@ option.value = Object.assign(option.value, {
 });
 
 onMounted(() => {
-  // console.log("crudRef", crudRef)
   getAllData();
   dataList();
   queryDictDataByType("order_scheduling_type").then((data) => {