cz 1 year ago
parent
commit
f4f319e185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/processApproval/components/PriceSheet.vue

+ 1 - 1
src/views/processApproval/components/PriceSheet.vue

@@ -772,7 +772,7 @@ const handleSubmit = async () => {
     return formData.data;
     return formData.data;
   }
   }
 };
 };
-const status = ref(false);
+const status = ref(true);
 watch(
 watch(
   refProps.queryData,
   refProps.queryData,
   () => {
   () => {