Commit 99606d33 authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent f043c708
......@@ -6,7 +6,6 @@
</template>
</wd-navbar>
<view class="container" v-if="formFlag">
{{completeIDNumber}}
<wd-form ref="form" :model="model" :rules="rules">
<wd-cell-group border>
......@@ -25,7 +24,7 @@
</view>
</wd-form>
<wd-message-box></wd-message-box><wd-button @click="showToast">toast</wd-button>
<wd-message-box></wd-message-box>
</view>
<view class="container notform" v-else>
<template v-for="item in results" v-if="results.length>0">
......@@ -100,9 +99,7 @@
//const normalobj={...model,pageNum:currentPage,pageSize,psnNo:'52000002000000000400011816'};
submitstr = JSON.stringify(normalobj)
}
const showToast = () => {
message.alert('操作成功')
}
const goToDetail = (info) => {
const str = JSON.stringify(info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment