常见问题bug
This commit is contained in:
parent
83ffb69730
commit
5876a3488e
|
@ -56,6 +56,7 @@
|
||||||
@back="back()"
|
@back="back()"
|
||||||
></put-on-the-shelf>
|
></put-on-the-shelf>
|
||||||
<put-on-the-shelf
|
<put-on-the-shelf
|
||||||
|
ref="refPutOnTheShelf"
|
||||||
v-else-if="showView === '部署与应用'"
|
v-else-if="showView === '部署与应用'"
|
||||||
:refData="refData"
|
:refData="refData"
|
||||||
:dataFrom="dataFrom"
|
:dataFrom="dataFrom"
|
||||||
|
|
|
@ -129,7 +129,9 @@
|
||||||
<a-popconfirm
|
<a-popconfirm
|
||||||
v-if="
|
v-if="
|
||||||
showView === '部署与使用' &&
|
showView === '部署与使用' &&
|
||||||
bs[0].list.filter((val) => val.note1 !== '').length > 0
|
bs[0].list.filter(
|
||||||
|
(val) => val.note1 !== '' && val.name !== '计费方式'
|
||||||
|
).length > 0
|
||||||
"
|
"
|
||||||
title="如果常见问题未填写完整将会被丢弃,是否进行提交?"
|
title="如果常见问题未填写完整将会被丢弃,是否进行提交?"
|
||||||
ok-text="是"
|
ok-text="是"
|
||||||
|
|
Loading…
Reference in New Issue