|
@@ -2516,6 +2516,11 @@ const clearSaveClick = async (type)=>{
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
listDatas.value[index].isTableRender = false
|
|
|
+ if (type === 2) {
|
|
|
+ listDatas.value.forEach((item) => {
|
|
|
+ item.isTableRender = false
|
|
|
+ })
|
|
|
+ }
|
|
|
if (DragModalTableForm.value.length > 0) {
|
|
|
let draindex = arrIndex(
|
|
|
DragModalTableForm.value,
|