|
@@ -56,8 +56,8 @@ export default {
|
|
|
...transaction({ transactionList: 'query', transactiondtetle: 'delete', shenheupdate: 'update' }),
|
|
|
async searchInfo() {
|
|
|
if (this.user.role == '4') {
|
|
|
- let userid = this.user.uid;
|
|
|
- let res = await this.transactionList({ userid });
|
|
|
+ let create_userid = this.user.uid;
|
|
|
+ let res = await this.transactionList({ create_userid });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|
|
|
}
|