liuhj преди 2 седмици
родител
ревизия
d6332b2f79
променени са 3 файла, в които са добавени 6 реда и са изтрити 5 реда
  1. 3 2
      src/components/Finance/DailyFeePayment.vue
  2. 2 3
      src/components/MCR/MarketCustomerResourcesHome.vue
  3. 1 0
      src/components/OP/performanceanalysis.vue

+ 3 - 2
src/components/Finance/DailyFeePayment.vue

@@ -112,7 +112,7 @@
                     <el-table-column
                         prop="instructions"
                         label="费用描述"
-                        width="420">
+                       >
                     </el-table-column>
                     <el-table-column
                         prop="sumPrice"
@@ -149,7 +149,8 @@
                     </el-table-column>
                     <el-table-column
                         prop="Id"
-                        label="操 作">
+                        label="操 作"
+                        width="200">
                         <template slot-scope="scope">
                             <el-button
                             title="生成"

+ 2 - 3
src/components/MCR/MarketCustomerResourcesHome.vue

@@ -550,6 +550,8 @@ export default {
                     },
                 })
             ]).then(responses => {
+                console.log(responses);
+                
                 const [unlockResp, clientResp] = responses;
 
                 // 处理第一个请求结果
@@ -633,8 +635,6 @@ export default {
                 "id": row.id,
                 "deleteUserId": this.userId
             }
-            console.log(delData);
-
             this.$axios.post('/api/MarketCustomerResources/NewClientDel', delData, {
                 headers: {
                     'Authorization': that.token,
@@ -760,7 +760,6 @@ export default {
         var mcrPageData = localStorage.getItem("mcrPageData");
         if (mcrPageData) {
             try {
-                console.log(mcrPageData);
                 var json = JSON.parse(mcrPageData);
                 this.inputLXR = json.inputLXR;
                 this.inputDW = json.inputDW;

+ 1 - 0
src/components/OP/performanceanalysis.vue

@@ -185,6 +185,7 @@ export default {
                     screeningCriteria:that.value,
                     year:new_year,
                     month:new_month,
+                    userId:that.userId
                 }
             }).then(function (res) {
                 if(res.data.code==200){