refactor(缺陷管理): 缺陷管理报错
This commit is contained in:
parent
7191563e9e
commit
8edd1d648b
|
@ -10,9 +10,8 @@
|
||||||
@save="saveHandler(false)"
|
@save="saveHandler(false)"
|
||||||
@save-and-continue="saveHandler(true)"
|
@save-and-continue="saveHandler(true)"
|
||||||
>
|
>
|
||||||
<template #headerRight>
|
<template v-if="!isEdit" #headerRight>
|
||||||
<a-select
|
<a-select
|
||||||
v-if="!isEdit"
|
|
||||||
v-model="form.templateId"
|
v-model="form.templateId"
|
||||||
class="w-[240px]"
|
class="w-[240px]"
|
||||||
:options="templateOption"
|
:options="templateOption"
|
||||||
|
|
Loading…
Reference in New Issue