This commit is contained in:
2020-12-05 00:47:14 +00:00
parent 2ffbb9a30d
commit 59f784829b
3 changed files with 15 additions and 4 deletions

View File

@@ -397,7 +397,7 @@
//
////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
const FORM_KEY = "user-edit";
const FORM_KEY = "cust-user-edit";
const API_BASE_URL = "user/";
const FORM_CUSTOM_TEMPLATE_KEY = "User";

View File

@@ -23,7 +23,7 @@
</template>
<script>
const FORM_KEY = "adm-users";
const FORM_KEY = "cust-users";
export default {
async created() {
let vm = this;