fix : 修复隧道编辑bug,注释log
This commit is contained in:
@@ -394,10 +394,10 @@ const clearWinDataSelectedOption=()=>{
|
||||
winDataSelectedOption.value=[]
|
||||
}
|
||||
const changeWindDataSerialNumber = (value,options) => {
|
||||
console.info("🚀 ~method:changeWindDataSerialNumber -----", value,options)
|
||||
// console.info("🚀 ~method:changeWindDataSerialNumber -----", value,options)
|
||||
options?.forEach(item=>{
|
||||
if(item.value==value){
|
||||
console.info("🚀 ~method:item.label -----", item.label)
|
||||
// console.info("🚀 ~method:item.label -----", item.label)
|
||||
if(item.label.indexOf('PLC')>=0){
|
||||
winDataSelectedOption.value=[]
|
||||
}else{
|
||||
@@ -469,7 +469,7 @@ const editEquip = debounce(() => {
|
||||
sensorList: newSensor,
|
||||
// shuntList: editFenLiuData.value,
|
||||
}
|
||||
console.info("🚀 ~ file:index method: line:478 -----",basicData)
|
||||
// console.info("🚀 ~ file:index method: line:478 -----",basicData)
|
||||
editEquipment(basicData).then(res => {
|
||||
if (res.code === 1000) {
|
||||
loading.close()
|
||||
|
||||
Reference in New Issue
Block a user