Browse Source

修改显示数据条目

qin_v2
hreenshan112 1 year ago
parent
commit
ea6ab0b767
  1. 2
      src/views/formTable/index.vue

2
src/views/formTable/index.vue

@ -28,7 +28,7 @@ const appInfo = reactive<appBasicInformation>({
// //
const appFormPage = reactive<appTableFormPage>({ const appFormPage = reactive<appTableFormPage>({
page:1, page:1,
pagesize:6, pagesize:40,
id:route.query.id, id:route.query.id,
type:2 type:2
}) })

Loading…
Cancel
Save