Commit 99606d33 authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent f043c708
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
</template> </template>
</wd-navbar> </wd-navbar>
<view class="container" v-if="formFlag"> <view class="container" v-if="formFlag">
{{completeIDNumber}}
<wd-form ref="form" :model="model" :rules="rules"> <wd-form ref="form" :model="model" :rules="rules">
<wd-cell-group border> <wd-cell-group border>
...@@ -25,7 +24,7 @@ ...@@ -25,7 +24,7 @@
</view> </view>
</wd-form> </wd-form>
<wd-message-box></wd-message-box><wd-button @click="showToast">toast</wd-button> <wd-message-box></wd-message-box>
</view> </view>
<view class="container notform" v-else> <view class="container notform" v-else>
<template v-for="item in results" v-if="results.length>0"> <template v-for="item in results" v-if="results.length>0">
...@@ -100,9 +99,7 @@ ...@@ -100,9 +99,7 @@
//const normalobj={...model,pageNum:currentPage,pageSize,psnNo:'52000002000000000400011816'}; //const normalobj={...model,pageNum:currentPage,pageSize,psnNo:'52000002000000000400011816'};
submitstr = JSON.stringify(normalobj) submitstr = JSON.stringify(normalobj)
} }
const showToast = () => {
message.alert('操作成功')
}
const goToDetail = (info) => { const goToDetail = (info) => {
const str = JSON.stringify(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