|
@@ -1679,12 +1679,14 @@ export default {
|
|
|
},
|
|
|
handleToLog(item){
|
|
|
localStorage.setItem('applicationLog',item.advertiserName)
|
|
|
- this.$router.replace('/policy-management/applicationLog')
|
|
|
+ this.$router.replace('/policy-management/appRecharge')
|
|
|
},
|
|
|
// 查看的按钮
|
|
|
handleDetail(list, type) {
|
|
|
+ console.log(list)
|
|
|
this.auditPolicyStatus = true;
|
|
|
- this.queryByIdList = { ...list, newFiles: undefined, type: type };
|
|
|
+ this.queryByIdList = { ...list, newFiles: undefined, type: type,accountList:[] };
|
|
|
+
|
|
|
|
|
|
this.getNewAdvertiserList();
|
|
|
this.$set(this.queryByIdList, "advertiserId", list.advertiserId);
|