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