xbx #279
@ -221,7 +221,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { computed, defineComponent, onMounted, reactive, ref, toRaw, watch } from "vue";
|
import { computed, defineComponent, onMounted, reactive, ref, toRaw } from "vue";
|
||||||
import NavTop from "@/components/NavTop.vue";
|
import NavTop from "@/components/NavTop.vue";
|
||||||
import {
|
import {
|
||||||
checksmscode,
|
checksmscode,
|
||||||
@ -263,9 +263,6 @@ export default defineComponent({
|
|||||||
phone: "",
|
phone: "",
|
||||||
code: "",
|
code: "",
|
||||||
});
|
});
|
||||||
watch(mrqh,()=>{
|
|
||||||
phone.value.quhao = mrqh.value.code
|
|
||||||
})
|
|
||||||
const quhaolist = ref<any>([
|
const quhaolist = ref<any>([
|
||||||
{
|
{
|
||||||
code: "86",
|
code: "86",
|
||||||
|
Loading…
Reference in New Issue
Block a user