qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
5732493220

+ 0 - 4
src/views/reportManagement/Testing/newTestingTemplate.vue

@@ -191,13 +191,11 @@ export default {
         }
         this.releaseType = false
         if (newV.id) { // 编辑
-          alert(1)
           this.tpltId = newV.moduleId
           this.reportdelivertestGetReportById(newV.id)
           return false
         }
         if (newV) { // 新建
-          alert(2)
           this.tpltId = newV
           this.tpltId ? this.settingGetReportModuleById(newV) : ''
         }
@@ -210,7 +208,6 @@ export default {
   },
   methods: {
     async reportdelivertestGetReportById(val) { // 获取提测报告数据
-      alert(5)
       const res = await reportdelivertestGetReportById(val)
       if (res.code === 200) {
         const from = res.data
@@ -268,7 +265,6 @@ export default {
       }
     },
     async remoteMethod_data(query) { // 远程搜索任务
-      alert(7)
       const res = await taskList({ name: query })
       this.tasksDetailList.push(res.data[0])
       this.taskId.push(res.data[0].id)

+ 0 - 1
src/views/reportManagement/components/TestingReport.vue

@@ -126,7 +126,6 @@ export default {
       this.dialogDaliy = true
       switch (index) {
         case 2: // 编辑
-          alert(10)
           reportdelivertestGetReportById(newData.id).then(res => {
             if (res.code === 200) {
               this.fromData.radio = res.data // 选择的模块