style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -130,8 +130,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script setup >
|
||||
import { ref } from 'vue';
|
||||
<script setup>
|
||||
import {ref} from 'vue';
|
||||
|
||||
const searchForm = ref({
|
||||
drugType: '1',
|
||||
|
||||
Reference in New Issue
Block a user