AiListPage
@@ -9,8 +9,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Detail from './components/detail'
|
||||
import Add from './components/add'
|
||||
import Detail from './detail'
|
||||
import Add from './add'
|
||||
|
||||
export default {
|
||||
name: 'AppSpecialPeople',
|
||||
|
||||
@@ -151,9 +151,10 @@ export default {
|
||||
})
|
||||
},
|
||||
toAdd() {
|
||||
this.$emit('change', {
|
||||
type: 'Add',
|
||||
})
|
||||
// this.$emit('change', {
|
||||
// type: 'Add',
|
||||
// })
|
||||
uni.navigateTo({url: './add'})
|
||||
},
|
||||
idNumberInit(idNumber) {
|
||||
if(!idNumber) {
|
||||
|
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |