style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
</template>
|
||||
|
||||
<script setup name="Index">
|
||||
import { getproductReturnPage } from './medicationmanagement/statisticalManagement/statisticalManagent';
|
||||
import { useStore } from '@/store/store';
|
||||
import {getproductReturnPage} from './medicationmanagement/statisticalManagement/statisticalManagent';
|
||||
import {useStore} from '@/store/store';
|
||||
|
||||
const store = useStore();
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user