瀏覽代碼

feature/bug修改

dengrui 10 月之前
父節點
當前提交
a448b583d7
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      src/views/plan/workOrder/components/choice-workshop-page.vue
  2. 1 1
      src/views/plan/workOrder/index.vue

+ 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) => {