Explorar el Código

修复函数调用报错问题

baiyanting hace 1 año
padre
commit
30c5643757
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/IntegratedAlarm/alarmConfig/customConfig/index.vue

+ 1 - 1
src/views/IntegratedAlarm/alarmConfig/customConfig/index.vue

@@ -399,7 +399,7 @@ const changeStation = async () => {
 //categorychanged
 const categorychanged = async () => {
   getWpArray();
-  this.clean();
+  clean();
   getData();
 };