|
@@ -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: [],
|