浏览代码

修改垫款池子

朱鑫波 2 年之前
父节点
当前提交
ba2508ad90

+ 4 - 2
src/views/modules/policy-management/appPoolList.vue

@@ -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);

+ 6 - 1
src/views/modules/policy-management/appRecharge.vue

@@ -879,7 +879,12 @@ export default {
     JTreeSelect,
     uploadFile,
   },
-  created() {},
+  created() {
+    if (localStorage.getItem("applicationLog")) {
+      this.configForm.advertiserName = localStorage.getItem("applicationLog");
+      localStorage.removeItem("applicationLog");
+    }
+  },
   mounted() {
     this.handleInitTable();
     // this.handleGetAllSaleList();

+ 4 - 4
src/views/modules/policy-management/applicationLog.vue

@@ -907,10 +907,10 @@ export default {
     uploadFile,
   },
   created() {
-    if (localStorage.getItem("applicationLog")) {
-      this.configForm.advertiserName = localStorage.getItem("applicationLog");
-      localStorage.removeItem("applicationLog");
-    }
+    // if (localStorage.getItem("applicationLog")) {
+    //   this.configForm.advertiserName = localStorage.getItem("applicationLog");
+    //   localStorage.removeItem("applicationLog");
+    // }
   },
   mounted() {
     this.handleInitTable();