File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ const maxCell = ref(0)
129129const positionBox = ref <Array <Array <{ el: boolean }>>>([])
130130const coordinates = ref <CanvasCoord []>([])
131131const infoBox = ref ()
132- const historyPageX = ref <number | null >(null )
133132
134133// Position data (non-reactive)
135134let lastTask: (() => void ) | undefined = undefined
Original file line number Diff line number Diff line change @@ -274,15 +274,15 @@ const save = async (formEl: FormInstance | undefined) => {
274274 }
275275 } else {
276276 requestObj .tables = list
277- const a = datasourceApi
278- .add (requestObj )
279- .then (() => {
280- close ()
281- emit (' refresh' )
282- })
283- .finally (() => {
284- saveLoading .value = false
285- })
277+ // const a = datasourceApi
278+ // .add(requestObj)
279+ // .then(() => {
280+ // close()
281+ // emit('refresh')
282+ // })
283+ // .finally(() => {
284+ // saveLoading.value = false
285+ // })
286286 }
287287 }
288288 })
You can’t perform that action at this time.
0 commit comments