|
@@ -287,7 +287,7 @@ const changeFormDatas = (pKeyId, type) => {
|
|
const ActiveKey = ref('')
|
|
const ActiveKey = ref('')
|
|
const CollapseChange = (name) => {
|
|
const CollapseChange = (name) => {
|
|
ActiveKey.value = name
|
|
ActiveKey.value = name
|
|
- setStoreValue('activeKey', ActiveKey.value)
|
|
|
|
|
|
+
|
|
let index = getCollapseItemIndex(name)
|
|
let index = getCollapseItemIndex(name)
|
|
|
|
|
|
if (index > -1) {
|
|
if (index > -1) {
|
|
@@ -373,7 +373,7 @@ const setChangeFormDatas = async (pkeyId, type) => {
|
|
const DragModalTableForm = ref([])
|
|
const DragModalTableForm = ref([])
|
|
const DragModalHeight = ref(600)
|
|
const DragModalHeight = ref(600)
|
|
const windowClick = async (item, indexs) => {
|
|
const windowClick = async (item, indexs) => {
|
|
-
|
|
|
|
|
|
+setStoreValue('activeKey', ActiveKey.value)
|
|
const list = deepClone(DragModalTableForm.value)
|
|
const list = deepClone(DragModalTableForm.value)
|
|
let index = arrIndex(list, 'pkeyId', item.id)
|
|
let index = arrIndex(list, 'pkeyId', item.id)
|
|
if (!item.isWindow) {
|
|
if (!item.isWindow) {
|
|
@@ -599,6 +599,7 @@ const tableFormSaveClick = async (item, dragItem = null, index) => {
|
|
|
|
|
|
tableFormSaveLoading.value = false
|
|
tableFormSaveLoading.value = false
|
|
agreementId.value = agreementId
|
|
agreementId.value = agreementId
|
|
|
|
+
|
|
renewData(isSave)
|
|
renewData(isSave)
|
|
// await getBussPdfInfo(item, dragItem)
|
|
// await getBussPdfInfo(item, dragItem)
|
|
} else {
|
|
} else {
|