|
@@ -1111,7 +1111,7 @@ const getNewList = ()=>{
|
|
|
//隐藏本表
|
|
|
const tableFormHideLoading = ref(false)
|
|
|
const hideClick = async ({ pkeyId, isBussShow }, index) => {
|
|
|
- const keyName = `item-${index}-${pkeyId}`
|
|
|
+
|
|
|
if (pkeyId) {
|
|
|
if (isStatus.value !== 3) {
|
|
|
tableFormHideLoading.value = true
|
|
@@ -1127,7 +1127,7 @@ const hideClick = async ({ pkeyId, isBussShow }, index) => {
|
|
|
window?.$message?.success('操作成功')
|
|
|
if (isBussShow === 2) {
|
|
|
listDatas.value[index]. isBussShow = 1
|
|
|
- CollapseChange(keyName)
|
|
|
+
|
|
|
} else {
|
|
|
listDatas.value[index]. isBussShow = 2
|
|
|
setActiveKey('')
|