|
@@ -48,11 +48,7 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
getDetail() {
|
|
getDetail() {
|
|
- uni.showLoading({
|
|
|
|
- mask: true
|
|
|
|
- })
|
|
|
|
detail(this.form).then(res => {
|
|
detail(this.form).then(res => {
|
|
- uni.hideLoading()
|
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
this.tableData = res.data.data.records
|
|
this.tableData = res.data.data.records
|
|
this.total = res.data.data.total
|
|
this.total = res.data.data.total
|