dengrui 6 miesięcy temu
rodzic
commit
16ae1d31d3

+ 1 - 1
src/views/pro-operation/remove/index.vue

@@ -215,7 +215,7 @@ const getPagination1 = async () => {
   tableData.value = data.records;
 };
 const formStatus = ref(true);
-
+const ruleFormRef1 = ref(null);
 const submit1 = async () => {
   ruleFormRef1.value.validate((valid) => {
     if (valid) {

+ 2 - 2
src/views/pro-steps/components/operates.vue

@@ -134,8 +134,8 @@ const setComponents = () => {
     });
   }
   if (
-    store.scanInfo.operationType == "SX" ||
-    store.scanInfo.operationType == "RX"
+    store.odersData.operationType == "SX" ||
+    store.odersData.operationType == "RX"
   ) {
     stepComponents.value = stepComponents.value.filter(
       (item) => item.compentName !== "返工"