Ver código fonte

添加下一步

asd26269546 1 ano atrás
pai
commit
1b7f49cfb3

+ 3 - 0
src/views/processApproval/components/Contract.vue

@@ -47,6 +47,9 @@ const refProps = toRefs(props);
 const proxy = getCurrentInstance().proxy;
 const route = useRoute();
 const active = ref(0);
+const tabsChange = () => {
+	active.value ++
+}
 const formData = reactive({
   data: {
     contractType: "1",

+ 3 - 0
src/views/processApproval/components/PriceSheet.vue

@@ -42,6 +42,9 @@ const refProps = toRefs(props);
 const proxy = getCurrentInstance().proxy;
 const route = useRoute();
 const active = ref(0);
+const tabsChange = () => {
+	active.value ++
+}
 const formData = reactive({
   data: {
     quotationProductList: [],

+ 3 - 0
src/views/processApproval/components/SendFunds.vue

@@ -36,6 +36,9 @@ const refProps = toRefs(props);
 const proxy = getCurrentInstance().proxy;
 const route = useRoute();
 const active = ref(0);
+const tabsChange = () => {
+	active.value ++
+}
 const oldType = ref("");
 const formData = reactive({
   data: {