修改数据同步回响
This commit is contained in:
parent
0235db5279
commit
d6a524fde0
|
|
@ -575,7 +575,6 @@ function handleCancel() {
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="item.label"
|
:label="item.label"
|
||||||
:value="item.value"
|
:value="item.value"
|
||||||
:disabled="formData.dataValue.length === 0"
|
|
||||||
/>
|
/>
|
||||||
</ElSelect>
|
</ElSelect>
|
||||||
</ElFormItem>
|
</ElFormItem>
|
||||||
|
|
@ -627,7 +626,7 @@ function handleCancel() {
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<ElButton
|
<ElButton
|
||||||
type="text"
|
type="text"
|
||||||
style="color: #fff; cursor: no-drop"
|
style="color: #fff;"
|
||||||
@click="paTbslMethod"
|
@click="paTbslMethod"
|
||||||
>
|
>
|
||||||
配置
|
配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user