This commit is contained in:
@@ -91,7 +91,8 @@ export default {
|
||||
this.obj = this.$route.params.obj;
|
||||
window.$gz.form.setFormState({
|
||||
vm: vm,
|
||||
loading: false
|
||||
loading: false,
|
||||
readOnly: true
|
||||
});
|
||||
} else {
|
||||
await vm.getDataFromApi(vm.$route.params.recordid); //let getdata handle loading
|
||||
|
||||
Reference in New Issue
Block a user