Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
be18cabcce
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      src/views/Scheduling/index.vue

+ 6
- 0
src/views/Scheduling/index.vue Ver fichero

@@ -294,6 +294,12 @@ export default {
arr3.push(item)
}
})
if(arr2.length==0&&arr3.length==0){
console.log('没改变')
this.showVisible=false
this.AgentPoollist();
return
}
// console.log(arr2,'新增的数据');
// console.log(arr3,'修改的');
// console.log(this.arr);


Cargando…
Cancelar
Guardar