|
@@ -32,6 +32,8 @@ import PopupForm from './popupForm.vue'
|
|
import {baTableApi} from '/@/api/common'
|
|
import {baTableApi} from '/@/api/common'
|
|
import baTableClass from '/@/utils/baTable'
|
|
import baTableClass from '/@/utils/baTable'
|
|
|
|
|
|
|
|
+
|
|
|
|
+//重写baTableClass类,在获取编辑行数据的同时,将数据抛出,用于进行后续数据请求
|
|
class newBaTable extends baTableClass{
|
|
class newBaTable extends baTableClass{
|
|
|
|
|
|
public mapInfo = ref({})
|
|
public mapInfo = ref({})
|