新增作业

This commit is contained in:
lzc 2025-02-28 17:30:41 +08:00
parent b0fb71e316
commit 5dc37ccdf2

View File

@ -196,7 +196,7 @@ const state = reactive({
// //
const loadData = () => { const loadData = () => {
state.loading = true; // state.loading = true;
// GetEntityList(state.query) // GetEntityList(state.query)
// .then((res) => { // .then((res) => {
// if (res.code === 200) { // if (res.code === 200) {