fix: replace all occurrences of component_studly
=> vue_component
This commit is contained in:
parent
b642c98d40
commit
1d56a4c0d0
28 changed files with 88 additions and 88 deletions
|
@ -63,17 +63,17 @@
|
|||
${parent.modify_this_page_vars()}
|
||||
<script type="text/javascript">
|
||||
|
||||
${grid.component_studly}Data.changeStatusShowDialog = false
|
||||
${grid.component_studly}Data.changeStatusOptions = ${json.dumps(status_options)|n}
|
||||
${grid.component_studly}Data.changeStatusValue = null
|
||||
${grid.component_studly}Data.changeStatusSubmitting = false
|
||||
${grid.vue_component}Data.changeStatusShowDialog = false
|
||||
${grid.vue_component}Data.changeStatusOptions = ${json.dumps(status_options)|n}
|
||||
${grid.vue_component}Data.changeStatusValue = null
|
||||
${grid.vue_component}Data.changeStatusSubmitting = false
|
||||
|
||||
${grid.component_studly}.methods.changeStatusInit = function() {
|
||||
${grid.vue_component}.methods.changeStatusInit = function() {
|
||||
this.changeStatusValue = null
|
||||
this.changeStatusShowDialog = true
|
||||
}
|
||||
|
||||
${grid.component_studly}.methods.changeStatusSubmit = function() {
|
||||
${grid.vue_component}.methods.changeStatusSubmit = function() {
|
||||
this.changeStatusSubmitting = true
|
||||
this.$refs.changeStatusForm.submit()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue