未验证 提交 a0c15ada 编写于 作者: K Kerwin 提交者: GitHub

[3.0.0-alpha-prepare]3.0.0 alpha prepare 9481 9476 (#9482)

上级 82756c31
......@@ -117,7 +117,7 @@ const ProjectModal = defineComponent({
</NFormItem>
<NFormItem label={t('project.list.owned_users')} path='userName'>
<NInput
disabled={this.statusRef === 0}
disabled={true}
v-model={[this.model.userName, 'value']}
placeholder={t('project.list.username_tips')}
/>
......
......@@ -16,18 +16,18 @@
*/
import { ref, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import type { IJsonItem } from '../types'
import { useTaskNodeStore } from '@/store/project/task-node'
import { queryProcessDefinitionByCode } from '@/service/modules/process-definition'
import type { IJsonItem } from '../types'
export function useSwitch(
model: { [field: string]: any },
projectCode: number
): IJsonItem[] {
const { t } = useI18n()
const branchFlowOptions = ref([] as any)
const taskStore = useTaskNodeStore()
const branchFlowOptions = ref(taskStore.postTaskOptions as any)
const loading = ref(false)
const getOtherTaskDefinitionList = async () => {
if (loading.value) return
loading.value = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册