Jelajahi Sumber

修复bug6-26am 合并

liujiejie 11 bulan lalu
induk
melakukan
ed6786d386

TEMPAT SAMPAH
dist-dev.zip


TEMPAT SAMPAH
dist.zip → dist-prod.zip


+ 0 - 1
src/views/dataAdministration/index.vue

@@ -652,7 +652,6 @@ export default {
     newly(formName) {
       this.$refs[formName].validate((valid) => {
         if (valid) {
-          console.log(this.newform, "newform");
           this.loadingView = true;
           addDataTransferList({ ...this.newform })
             .then((res) => {

+ 1 - 6
src/views/performance/batchMag.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2024-05-27 09:23:37
- * @LastEditTime: 2024-06-25 11:16:07
+ * @LastEditTime: 2024-06-26 16:14:31
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /performance-test/src/views/performance/batchMag.vue
@@ -278,7 +278,6 @@ export default {
       this.loading = true;
       try {
         const result = await queryCodeNum();
-        console.log(result, "result");
         this.fieldCodeList = result.data.fieldCodeList;
         this.loading = false;
       } catch (error) {
@@ -297,7 +296,6 @@ export default {
       this.loading = true;
       onOrOffFieldBatch({ batchCode: row.batchCode, batchState: state })
         .then((res) => {
-          console.log(res, "res");
           this.$message({
             message: res.msg,
             type: "success",
@@ -312,7 +310,6 @@ export default {
     async getTableList() {
       try {
         this.loading = true;
-        console.log(this.startDate, this.endDate, "formInline");
         const result = await getBatchMagList({
           ...this.formInline,
           picker: undefined,
@@ -320,7 +317,6 @@ export default {
           endTime: this.endDate || undefined,
           totalSize: undefined,
         });
-        console.log(result.data, "res.data");
         this.tableData = result.data.list;
         this.formInline.totalSize = result.data.totalSize;
         this.loading = false;
@@ -354,7 +350,6 @@ export default {
       this.$refs[formName].validate((valid) => {
         if (valid) {
           this.loadingView = true;
-          console.log(this.ruleForm, "this.ruleForm");
           switch (this.title) {
             case "新增":
               addFieldBatch({ ...this.ruleForm, batchCode: undefined })

+ 1 - 1
src/views/performance/components/abnormalDetail.vue

@@ -64,7 +64,7 @@
             </el-select>
           </div>
           <div v-else>
-            {{ scope.row.engineCode }}
+            {{ scope.row.engineName }}
           </div>
         </template>
       </el-table-column>

+ 1 - 4
src/views/performance/components/analysisEvent.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2024-05-29 09:13:51
- * @LastEditTime: 2024-06-26 15:13:48
+ * @LastEditTime: 2024-06-26 16:15:40
  * @LastEditors: bogon
  * @Description: In User Settings Edit
  * @FilePath: /performance-test/src/views/performance/components/analysisEvent.vue
@@ -744,7 +744,6 @@ export default {
       }
     },
     handleEngineCode(e) {
-      console.log(e);
       this.engineCode = e;
       this.getWindEngList();
     },
@@ -762,8 +761,6 @@ export default {
       }
     },
     async getAnalysis() {
-      console.log(this.form.excludingMonths, "过滤月份");
-      console.log(this.picker, "分析时间");
       this.loading = true;
       try {
         await analysis({