update
This commit is contained in:
@@ -14,6 +14,7 @@ import {toPage} from "../../utils/uils.js";
|
||||
import AddCustomerServiceModal from "../../components/AddCustomerServiceModal.vue";
|
||||
import OpenTypeFun from "../../components/OpenTypeFun.js";
|
||||
import XNoticeBar from "../../components/XNoticeBar.vue";
|
||||
import {onShow} from "@dcloudio/uni-app";
|
||||
|
||||
const showAddCustomer = ref(false);
|
||||
const textContent = ref(null);
|
||||
@@ -82,12 +83,17 @@ const vo = reactive({
|
||||
|
||||
const {loading, pagination, initFetchData} = useTableQuery({
|
||||
api: Api.system.getTask,
|
||||
immediate: false,
|
||||
parameter: po,
|
||||
callback: (data) => {
|
||||
Object.assign(vo, data);
|
||||
}
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
initFetchData();
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
Api.system.getAdvList({
|
||||
position: 1,
|
||||
|
||||
Reference in New Issue
Block a user