소스 검색

运行记录填报1

yuanchao 3 달 전
부모
커밋
42dce53373
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/pms/iotopeationfill/index1.vue

+ 0 - 1
src/views/pms/iotopeationfill/index1.vue

@@ -205,7 +205,6 @@ const getAttrList = async () => {
 /** 获取填写信息保存到后台*/
 const getFillInfo = async () => {
   try {
-    alert(deptId)
     attrList.value.forEach(function (item,index){
       item.pointName = item.name;
       item.createTime = formatTimestamp(JSON.parse(deptId.split(",")[2].substring(0,10)));