af-mobile-client-vue3 1.0.87 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,8 +12,8 @@ const router = useRouter()
12
12
  const idKey = ref('o_id')
13
13
 
14
14
  // 简易crud表单测试
15
- const configName = ref('crud_oper_log_manage')
16
- const serviceName = ref('af-system')
15
+ const configName = ref('orderCarInMobileCRUD')
16
+ const serviceName = ref('af-gaslink')
17
17
 
18
18
  // 资源权限测试
19
19
  // const configName = ref('crud_sources_test')
@@ -49,11 +49,11 @@ const serviceName = ref('af-system')
49
49
  function toDetail(item) {
50
50
  router.push({
51
51
  name: 'XFormGroupView',
52
- // query: {
53
- // id: item[idKey.value],
54
- // // id: item.rr_id,
55
- // // o_id: item.o_id,
56
- // },
52
+ query: {
53
+ id: item[idKey.value],
54
+ // id: item.rr_id,
55
+ // o_id: item.o_id,
56
+ },
57
57
  })
58
58
  }
59
59
 
@@ -63,8 +63,8 @@ function submit(_result) {
63
63
  <!-- v-if="isInit" -->
64
64
  <XFormGroup
65
65
  ref="formGroup"
66
- config-name="lngSecurityChecktestForm"
67
- service-name="af-safecheck"
66
+ config-name="lngOrderCarInFormGroup"
67
+ service-name="af-gaslink"
68
68
  :group-form-data="formData"
69
69
  mode="新增"
70
70
  @submit="submit"