常见问题bug

This commit is contained in:
851673013@qq.com 2022-07-22 16:02:49 +08:00
parent 83ffb69730
commit 5876a3488e
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,7 @@
@back="back()"
></put-on-the-shelf>
<put-on-the-shelf
ref="refPutOnTheShelf"
v-else-if="showView === '部署与应用'"
:refData="refData"
:dataFrom="dataFrom"

View File

@ -129,7 +129,9 @@
<a-popconfirm
v-if="
showView === '部署与使用' &&
bs[0].list.filter((val) => val.note1 !== '').length > 0
bs[0].list.filter(
(val) => val.note1 !== '' && val.name !== '计费方式'
).length > 0
"
title="如果常见问题未填写完整将会被丢弃,是否进行提交?"
ok-text="是"