style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -134,9 +134,7 @@
|
||||
</template>
|
||||
|
||||
<script setup name="patientMasterDetails">
|
||||
import {
|
||||
getReportPatientMasterDetail
|
||||
} from './statisticalManagent';
|
||||
import {getReportPatientMasterDetail} from './statisticalManagent';
|
||||
|
||||
|
||||
const patientMasterList = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user