master
lion 9 months ago
parent a8320d1ef7
commit 9f8d1ade96

@ -228,7 +228,7 @@
icon: 'none' icon: 'none'
}) })
// uni.removeStorageSync('formData') // uni.removeStorageSync('formData')
uni.navigateTo({ uni.redirectTo({
url:'/pages/bd/record?type=mycheck' url:'/pages/bd/record?type=mycheck'
}) })
}, },

@ -227,7 +227,9 @@
page: this.select.page, page: this.select.page,
page_size: this.select.page_size, page_size: this.select.page_size,
audit_status: this.select.audit_status, audit_status: this.select.audit_status,
keyword: this.select.keyword keyword: this.select.keyword,
is_auth:0,
my_audit:1
}, },
utilSuccess: function(res) { utilSuccess: function(res) {
that.isEmpty = res.total == 0; that.isEmpty = res.total == 0;

@ -90,7 +90,8 @@
audit_status: '', audit_status: '',
my_self:0, my_self:0,
my_audit:0, my_audit:0,
my_accept_admin:0 my_accept_admin:0,
is_auth:0
}, },
isEmpty:false, isEmpty:false,
recordType:"" recordType:""

Loading…
Cancel
Save