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