Szx 3 years ago
parent
commit
fcc28447d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/account/orangelog.vue

+ 2 - 2
src/views/account/orangelog.vue

@@ -57,7 +57,7 @@ import {
   watch,
   toRefs,
   ref,
-} from "@vue/runtime-core";
+} from "vue";
 import { getOrangeLogListApi, getforceReportApi } from "@/api";
 import { picker } from "@/helper/config/range";
 import { ILogitem } from "#/api";
@@ -113,7 +113,7 @@ export default defineComponent({
         console.log(newVal,'newvalue')
         if (newVal) {
           state.list.appflag = props.Logappflag as string;
-          console.log(state.list.appflag);
+          console.log(state.list.appflag,'state.app');
           console.log("appflag改变了");
           getLogOrangeList();
         }